You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
483 B
CSS
22 lines
483 B
CSS
|
|
/* FONTS
|
|
========================================================================== */
|
|
|
|
@font-face {
|
|
font-family: "unoversoneueGX";
|
|
src: url("../fonts/unoversoneueGX-SLANT.ttf");
|
|
font-weight: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "Inconsolata";
|
|
src: url("../fonts/Inconsolata[wdth,wght].ttf");
|
|
font-weight: normal;
|
|
/* [wdth,wght] */
|
|
}
|
|
@font-face {
|
|
/* for moon or astro picto */
|
|
font-family: "Symbola";
|
|
src: url("../fonts/Symbola.otf");
|
|
font-weight: normal;
|
|
}
|