34 lines
895 B
SCSS
34 lines
895 B
SCSS
@font-face {
|
|
font-family: "Lora";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local("Lora"), url("/systems/ds4/fonts/Lora/Lora.woff") format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Lora";
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
src: local("Lora"), url("/systems/ds4/fonts/Lora/Lora-Bold.woff") format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Lora";
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
src: local("Lora"), url("/systems/ds4/fonts/Lora/Lora-Italic.woff") format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Lora";
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
src: local("Lora"), url("/systems/ds4/fonts/Lora/Lora-BoldItalic.woff") format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Wood Stamp";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local("Wood Stamp"), url("/systems/ds4/fonts/Woodstamp/Woodstamp.woff") format("woff");
|
|
}
|