diff --git a/_includes/fonts.scss b/_includes/fonts.scss index 63d0eaf..0888ceb 100644 --- a/_includes/fonts.scss +++ b/_includes/fonts.scss @@ -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'); +} diff --git a/css/fonts/nitrods.woff b/css/fonts/nitrods.woff new file mode 100644 index 0000000..29b0d78 Binary files /dev/null and b/css/fonts/nitrods.woff differ