move to central themes repo

This commit is contained in:
2024-01-17 08:24:58 -06:00
parent a85631d2e5
commit 6b478bae46
451 changed files with 2 additions and 3 deletions

23
core/css/fonts.css Executable file
View File

@@ -0,0 +1,23 @@
@font-face {
font-family: Pixio;
src: url(../fonts/Pixio/Pixio.woff2),
url(../fonts/Pixio/Pixio.woff),
url(../fonts/Pixio/Pixio.ttf) format("truetype");
}
@font-face {
font-family: PixioMono;
src: url(../fonts/PixioMono/PixioMono.woff2),
url(../fonts/PixioMono/PixioMono.woff),
url(../fonts/PixioMono/PixioMono.ttf) format("truetype");
}
@font-face {
font-family: _04B-03;
src: url(../fonts/04B-03/04B_03.ttf) format("truetype");
}
@font-face {
font-family: _04B-24;
src: url(../fonts/04B-24/04B_24.ttf) format("truetype");
}