Change the default font + other little things
This commit is contained in:
parent
dcf7523ccf
commit
3ebbe8172b
16 changed files with 48 additions and 28 deletions
BIN
backend/static/FiraCode-Bold.woff2
Normal file
BIN
backend/static/FiraCode-Bold.woff2
Normal file
Binary file not shown.
BIN
backend/static/FiraCode-Light.woff2
Normal file
BIN
backend/static/FiraCode-Light.woff2
Normal file
Binary file not shown.
BIN
backend/static/FiraCode-Medium.woff2
Normal file
BIN
backend/static/FiraCode-Medium.woff2
Normal file
Binary file not shown.
BIN
backend/static/FiraCode-Regular.woff2
Normal file
BIN
backend/static/FiraCode-Regular.woff2
Normal file
Binary file not shown.
BIN
backend/static/FiraCode-SemiBold.woff2
Normal file
BIN
backend/static/FiraCode-SemiBold.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,23 +0,0 @@
|
|||
@font-face{font-family: Roobert; font-weight:400; src:url(Roobert-Regular.woff2) format("woff2"); }
|
||||
@font-face{font-family:Roobert; font-weight:600; src:url(Roobert-SemiBold.woff2) format("woff2"); }
|
||||
@font-face{font-family:Roobert; font-weight:700; src:url(Roobert-Bold.woff2) format("woff2"); }
|
||||
|
||||
* {
|
||||
margin: 50px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 18px;
|
||||
font-family: Roobert, Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||
text-shadow: 2px 2px 2px rgb(0, 0, 0);
|
||||
text-align: center;
|
||||
line-height: 18px;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgb(24, 24, 27);
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue