Remove non-owned fonts (sorry Yuji Oshimoto)
This commit is contained in:
parent
a9f3a6f3a5
commit
46349ca7bb
|
@ -1,23 +1,13 @@
|
|||
@font-face {
|
||||
font-family: Pixio;
|
||||
src: url(../fonts/Pixio/Pixio.woff2),
|
||||
url(../fonts/Pixio/Pixio.woff),
|
||||
url(../fonts/Pixio/Pixio.ttf) format("truetype");
|
||||
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");
|
||||
src: url('../fonts/PixioMono/PixioMono.woff2'),
|
||||
url('../fonts/PixioMono/PixioMono.woff'),
|
||||
url('../fonts/PixioMono/PixioMono.ttf') format("truetype");
|
||||
}
|
Binary file not shown.
|
@ -1,2 +0,0 @@
|
|||
COPYRIGHT 1998-2002 YUJI OSHIMOTO.
|
||||
ALL RIGHTS RESERVED.
|
Binary file not shown.
|
@ -1,2 +0,0 @@
|
|||
COPYRIGHT 1998-2002 YUJI OSHIMOTO.
|
||||
ALL RIGHTS RESERVED.
|
Loading…
Reference in New Issue
Block a user