WIP
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@500;700&display=swap");
|
||||
|
||||
body {
|
||||
background-color: #111;
|
||||
@@ -19,3 +20,20 @@ body {
|
||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.font-init-a {
|
||||
height: 0;
|
||||
font-family: "Fira Mono";
|
||||
}
|
||||
|
||||
.font-init-b {
|
||||
height: 0;
|
||||
font-family: "Ubuntu";
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.font-init-c {
|
||||
height: 0;
|
||||
font-family: "Ubuntu";
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user