font update
This commit is contained in:
parent
ffdc03e567
commit
1e539a7742
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: OverpassNerdFont;
|
||||||
|
src: url("/style/fonts/overpass/OverpassNerdFont-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #111317;
|
--main-bg-color: #111317;
|
||||||
--main-fg-color: #d7afaf;
|
--main-fg-color: #d7afaf;
|
||||||
|
|
@ -79,7 +83,7 @@ h1,h2,h3,p,a,hr {
|
||||||
color: var(--main-fg-color);
|
color: var(--main-fg-color);
|
||||||
}
|
}
|
||||||
h1,h2,h3,p,a{
|
h1,h2,h3,p,a{
|
||||||
font-family: 'Overpass', sans-serif;
|
font-family: 'OverpassNerd', sans-serif;
|
||||||
font-weight: 50;
|
font-weight: 50;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue