A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.4 KiB

@font-face {
font-family: "lato";
font-style: normal;
font-stretch: normal;
font-weight: 400;
src: local("Lato"), url("../fonts/LatoLatin-Regular.woff") format("woff");
}
@font-face {
font-family: "lato";
font-style: italic;
font-stretch: normal;
font-weight: 400;
src: local("Lato"), url("../fonts/LatoLatin-Italic.woff") format("woff");
}
@font-face {
font-family: "lato";
font-style: normal;
font-stretch: normal;
font-weight: 700;
src: local("Lato"), url("../fonts/LatoLatin-Bold.woff") format("woff");
}
@font-face {
font-family: "lato";
font-style: italic;
font-stretch: normal;
font-weight: 700;
src: local("Lato"), url("../fonts/LatoLatin-BoldItalic.woff") format("woff");
}
@font-face {
font-family: "spectral";
font-style: normal;
font-stretch: normal;
font-weight: 400;
src: local("Spectral"), url("../fonts/Spectral-Regular.woff") format("woff");
}
@font-face {
font-family: "spectral";
font-style: italic;
font-stretch: normal;
font-weight: 400;
src: local("Spectral"), url("../fonts/Spectral-Italic.woff") format("woff");
}
@font-face {
font-family: "spectral";
font-style: normal;
font-stretch: normal;
font-weight: 700;
src: local("Spectral"), url("../fonts/Spectral-Bold.woff") format("woff");
}
@font-face {
font-family: "spectral";
font-style: italic;
font-stretch: normal;
font-weight: 700;
src: local("Spectral"), url("../fonts/Spectral-BoldItalic.woff") format("woff");
}