23 lines
391 B
CSS
23 lines
391 B
CSS
@font-face {
|
|
font-family: mononoki;
|
|
src: url(MononokiNerdFont-Regular.ttf);
|
|
}
|
|
|
|
@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: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: mononoki;
|
|
src: url(MononokiNerdFont-BoldItalic.ttf);
|
|
font-weight: bold italic;
|
|
}
|