Site/fonts/mononoki/mononoki.css
2024-10-29 16:00:49 +01:00

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;
}