ds4/src/scss/global/_fonts.scss

35 lines
895 B
SCSS
Raw Normal View History

@font-face {
font-family: "Lora";
font-style: normal;
font-weight: normal;
2021-03-17 12:15:25 +01:00
src: local("Lora"), url("/systems/ds4/fonts/Lora/Lora.woff") format("woff");
}
@font-face {
font-family: "Lora";
font-style: normal;
font-weight: bold;
2021-03-17 12:15:25 +01:00
src: local("Lora"), url("/systems/ds4/fonts/Lora/Lora-Bold.woff") format("woff");
}
@font-face {
font-family: "Lora";
font-style: italic;
font-weight: normal;
2021-03-17 12:15:25 +01:00
src: local("Lora"), url("/systems/ds4/fonts/Lora/Lora-Italic.woff") format("woff");
}
@font-face {
font-family: "Lora";
font-style: italic;
font-weight: bold;
2021-03-17 12:15:25 +01:00
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;
2021-03-17 12:15:25 +01:00
src: local("Wood Stamp"), url("/systems/ds4/fonts/Woodstamp/Woodstamp.woff") format("woff");
}