add love letter tw font

This commit is contained in:
yuki 2025-10-10 19:17:41 -03:00
parent 928df49eb8
commit d0771dbcfa
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
3 changed files with 7 additions and 0 deletions

6
_includes/fonts.scss Normal file
View 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

Binary file not shown.

View file

@ -1,4 +1,5 @@
@use "general"; @use "general";
@use "fonts";
@use "main-palette" as mp; @use "main-palette" as mp;
body { body {