add love letter tw font
This commit is contained in:
parent
928df49eb8
commit
d0771dbcfa
3 changed files with 7 additions and 0 deletions
6
_includes/fonts.scss
Normal file
6
_includes/fonts.scss
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Love LetterTW';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
src: local('Love LetterTW'), url('/css/fonts/Lovelt__.woff') format('woff');
|
||||||
|
}
|
||||||
BIN
css/fonts/Lovelt__.woff
Normal file
BIN
css/fonts/Lovelt__.woff
Normal file
Binary file not shown.
|
|
@ -1,4 +1,5 @@
|
||||||
@use "general";
|
@use "general";
|
||||||
|
@use "fonts";
|
||||||
@use "main-palette" as mp;
|
@use "main-palette" as mp;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue