mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 10:12:13 +00:00
Feat: Custom font and base styles
This commit is contained in:
21
styles.css
Normal file
21
styles.css
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "Stain";
|
||||||
|
src: url("https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf") format("opentype");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: "Stain", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, select, button, a {
|
||||||
|
font-family: "Stain", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
input::placeholder {
|
||||||
|
font-family: "Stain", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#progress-area.flex-col { display: flex; }
|
||||||
|
#result-area.flex-col { display: flex; }
|
||||||
Reference in New Issue
Block a user