forked from Decentrala/website
change from old fonts to new
This commit is contained in:
parent
0a9fb5ce14
commit
ca10ef8df3
@ -1,6 +1,22 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: Facade;
|
||||||
|
src: url(fonts/facade/Facade-Sud.woff);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: sligoil;
|
||||||
|
src: url(fonts/sligoil/Sligoil-Micro.woff);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: jetbrains-mono;
|
||||||
|
src: url(fonts/jetbrains-mono/JetBrainsMono-Regular.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: rgb(0, 0, 0);
|
background-color: rgb(0, 0, 0);
|
||||||
font: 3vw "Monospace", sans-serif;
|
font-family: jetbrains-mono;
|
||||||
|
font-size: 3vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@ -13,7 +29,8 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font: 12vw "Monospace", sans-serif;
|
font-family: facade;
|
||||||
|
font-size: 12vw;
|
||||||
color: #24ea26;
|
color: #24ea26;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -30,6 +47,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main h2 {
|
main h2 {
|
||||||
|
font-family: sligoil;
|
||||||
font-size: 5vw;
|
font-size: 5vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -38,6 +56,7 @@ main h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
font-family: sligoil;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: #24ea26;
|
color: #24ea26;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user