move to central themes repo
This commit is contained in:
23
core/css/fonts.css
Executable file
23
core/css/fonts.css
Executable 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");
|
||||
}
|
||||
Reference in New Issue
Block a user