remove fonts stylesheet

This commit is contained in:
Wirlaburla 2024-03-18 01:58:40 -05:00
parent 69b921ec6a
commit 6394b844ba

View File

@ -1,13 +0,0 @@
@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");
}