feat: added logo font

This commit is contained in:
원더 2021-01-04 20:12:53 +09:00
parent 9a6ba87de9
commit 55467c349d

View File

@ -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";
}