Remove non-owned fonts (sorry Yuji Oshimoto)

This commit is contained in:
Wirlaburla 2024-02-23 17:55:20 -06:00
parent a9f3a6f3a5
commit 46349ca7bb
5 changed files with 6 additions and 20 deletions

View File

@ -1,23 +1,13 @@
@font-face { @font-face {
font-family: Pixio; font-family: Pixio;
src: url(../fonts/Pixio/Pixio.woff2), src: url('../fonts/Pixio/Pixio.woff2'),
url(../fonts/Pixio/Pixio.woff), url('../fonts/Pixio/Pixio.woff'),
url(../fonts/Pixio/Pixio.ttf) format("truetype"); url('../fonts/Pixio/Pixio.ttf') format("truetype");
} }
@font-face { @font-face {
font-family: PixioMono; font-family: PixioMono;
src: url(../fonts/PixioMono/PixioMono.woff2), src: url('../fonts/PixioMono/PixioMono.woff2'),
url(../fonts/PixioMono/PixioMono.woff), url('../fonts/PixioMono/PixioMono.woff'),
url(../fonts/PixioMono/PixioMono.ttf) format("truetype"); 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");
} }

Binary file not shown.

View File

@ -1,2 +0,0 @@
COPYRIGHT 1998-2002 YUJI OSHIMOTO.
ALL RIGHTS RESERVED.

Binary file not shown.

View File

@ -1,2 +0,0 @@
COPYRIGHT 1998-2002 YUJI OSHIMOTO.
ALL RIGHTS RESERVED.