32 lines
530 B
CSS
32 lines
530 B
CSS
@font-face {
|
|
font-family: mononoki;
|
|
src: url(MononokiNerdFont-Regular.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: mononoki;
|
|
src: url(MononokiNerdFont-Regular.ttf);
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: mononoki;
|
|
src: url(MononokiNerdFont-Bold.ttf);
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: mononoki;
|
|
src: url(MononokiNerdFont-Italic.ttf);
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: mononoki;
|
|
src: url(MononokiNerdFont-BoldItalic.ttf);
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|