Initial commit
This commit is contained in:
5
static/css/fontawesome.min.css
vendored
Normal file
5
static/css/fontawesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
13
static/css/main.css
Normal file
13
static/css/main.css
Normal file
@@ -0,0 +1,13 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
display: grid;
|
||||
height: 100%;
|
||||
|
||||
background: #1c1c1c;
|
||||
color: white;
|
||||
|
||||
font-family: "Rubik", sans-serif;
|
||||
}
|
||||
7
static/css/rubik.font.css
Normal file
7
static/css/rubik.font.css
Normal file
@@ -0,0 +1,7 @@
|
||||
@font-face {
|
||||
font-family: Rubik;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(../webfonts/Rubik-Regular.ttf) format("truetype");
|
||||
}
|
||||
Reference in New Issue
Block a user