infokiosque/_src/styles/fonts.css

46 lines
1006 B
CSS

@font-face {
font-family: "Degheest Director";
src: url("./fonts/degheest/Director-Variable.woff");
font-weight: 100 700;
}
@font-face {
font-family: "Degheest Director";
src: url("./fonts/degheest/Director-Regular.woff");
}
@font-face {
font-family: "Degheest Director";
src: url("./fonts/degheest/Director-Bold.woff");
font-weight: bold;
}
@font-face {
font-family: "Degheest Director";
src: url("./fonts/degheest/Director-Light.woff");
font-weight: 300;
}
@font-face {
font-family: "Open Sans";
src: url("./fonts/open-sans/OpenSans-Regular.ttf");
}
@font-face {
font-family: "Open Sans";
src: url("./fonts/open-sans/OpenSans-Bold.ttf");
font-weight: bold;
}
@font-face {
font-family: "Open Sans";
src: url("./fonts/open-sans/OpenSans-Italic.ttf");
font-style: italic;
}
@font-face {
font-family: "Open Sans";
src: url("./fonts/open-sans/OpenSans-BoldItalic.ttf");
font-style: italic;
font-weight: bold;
}