w/raw pre-uploader
This commit is contained in:
30
static/css/fonts.css
Normal file
30
static/css/fonts.css
Normal file
@@ -0,0 +1,30 @@
|
||||
.unbounded {
|
||||
font-family: "Unbounded", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
.onest{
|
||||
font-family: "Onest", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
.jetbrains-mono {
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
input::placeholder, textarea::placeholder, input, textarea {
|
||||
font-family: "Onest", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
font-size: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user