This commit is contained in:
Kyle
2021-09-12 13:53:01 -07:00
parent 6347b3db55
commit 9703d9dfee
48 changed files with 395 additions and 1 deletions

View File

@@ -83,6 +83,14 @@
font-family: souvenir;
src: url('/fonts/Souvenir-Itc-T-OT-Bold.otf');
}
@font-face {
font-family: palatino;
src: url('/fonts/Palatino Font.ttf');
}
@font-face {
font-family: amanda;
src: url('/fonts/Amanda Std Regular.otf');
}
/*Variables*/
:root {
--site-background: url('/img/lowpolyBackground.svg');