16 lines
352 B
SCSS
16 lines
352 B
SCSS
$ll: "Love LetterTW";
|
|
$nds: "NitroDS";
|
|
|
|
@font-face {
|
|
font-family: $ll;
|
|
font-style: normal;
|
|
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');
|
|
}
|