diff --git a/pages/app.css b/pages/app.css index a916ed5..469e71b 100644 --- a/pages/app.css +++ b/pages/app.css @@ -4,4 +4,14 @@ html { scroll-behavior: smooth; + min-height: 100%; +} + +@font-face { + font-family: "Uni Sans Heavy CAPS"; + src: url("/logofont.otf"); +} + +.logofont { + font-family: "Uni Sans Heavy CAPS"; } \ No newline at end of file