add nitroDS font
This commit is contained in:
parent
b162b4ed63
commit
31dc4a5fbe
2 changed files with 8 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
$ll: "Love LetterTW";
|
$ll: "Love LetterTW";
|
||||||
|
$nds: "NitroDS";
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: $ll;
|
font-family: $ll;
|
||||||
|
|
@ -6,3 +7,10 @@ $ll: "Love LetterTW";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
src: local($ll), url('/css/fonts/Lovelt__.woff') format('woff');
|
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
BIN
css/fonts/nitrods.woff
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue