worlio-themes/css/fonts.css

23 lines
592 B
CSS
Raw Normal View History

2023-04-20 23:15:52 -04:00
@font-face {
2023-06-28 20:06:05 -04:00
font-family: Pixio;
src: url(../fonts/Pixio/Pixio.woff2),
url(../fonts/Pixio/Pixio.woff),
url(../fonts/Pixio/Pixio.ttf) format("truetype");
2023-04-20 23:15:52 -04:00
}
@font-face {
2023-06-28 20:06:05 -04:00
font-family: PixioMono;
src: url(../fonts/PixioMono/PixioMono.woff2),
url(../fonts/PixioMono/PixioMono.woff),
url(../fonts/PixioMono/PixioMono.ttf) format("truetype");
2023-04-20 23:15:52 -04:00
}
@font-face {
2023-06-28 20:06:05 -04:00
font-family: _04B-03;
src: url(../fonts/04B-03/04B_03.ttf) format("truetype");
2023-04-20 23:15:52 -04:00
}
@font-face {
2023-06-28 20:06:05 -04:00
font-family: _04B-24;
src: url(../fonts/04B-24/04B_24.ttf) format("truetype");
}