Front GameEnd
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
2481ae05c4
commit
51cf2f915c
@ -0,0 +1,22 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: Equinox;
|
||||||
|
src: url("../../assets/fonts/Equinox.otf");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: Fauna;
|
||||||
|
src: url("../../assets/fonts/Fauna.ttf");
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
min-height: 100vh;
|
||||||
|
font-family: "Equinox", sans-serif;
|
||||||
|
color: white;
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
background-color: #050e15;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
p {
|
||||||
|
font-family: "Fauna", sans-serif;
|
||||||
|
color: white;
|
||||||
|
}
|
Loading…
Reference in new issue