add nitroDS font

This commit is contained in:
yuki 2025-10-18 06:06:07 -03:00
parent b162b4ed63
commit 31dc4a5fbe
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
2 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,5 @@
$ll: "Love LetterTW";
$nds: "NitroDS";
@font-face {
font-family: $ll;
@ -6,3 +7,10 @@ $ll: "Love LetterTW";
font-weight: normal;
src: local($ll), url('/css/fonts/Lovelt__.woff') format('woff');
}
@font-face {
font-family: $nds;
font-style: normal;
font-weight: normal;
src: local($nds), url('/css/fonts/nitrods.woff') format('woff');
}

BIN
css/fonts/nitrods.woff Normal file

Binary file not shown.