better fonts

This commit is contained in:
Kyle
2021-05-03 07:32:26 -07:00
parent 1470ef7821
commit 37770ed0c1
8 changed files with 18 additions and 10 deletions

View File

@@ -61,12 +61,20 @@
}
@font-face {
font-family: japanese-title;
src: url("/fonts/NfMotoyaAporoStd-W1.otf");
src: url("/fonts/NudMotoyaExAporo_W6.ttf");
}
@font-face {
font-family: japanese;
src: url('/fonts/2012c863631ba71f874aba70590795a1.otf');
}
@font-face {
font-family: invocation;
src: url('/fonts/invocation.ttf');
}
@font-face {
font-family: invocation-text;
src: url('/fonts/shango-gothic-bold.ttf');
}
/*Variables*/
:root {
--site-background: url('/img/lowpolyBackground.svg');