23 lines
592 B
CSS
Executable File
23 lines
592 B
CSS
Executable File
@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");
|
|
} |