mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
feat: added logo font
This commit is contained in:
parent
9a6ba87de9
commit
55467c349d
@ -4,4 +4,14 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
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";
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user