override theme fonts
This commit is contained in:
parent
4af3fa2701
commit
03cb405f20
1 changed files with 18 additions and 0 deletions
18
static/style/style.css
Normal file
18
static/style/style.css
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
/* override global font */
|
||||||
|
.avenir {
|
||||||
|
font-family: "IBM Plex Sans", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* style headings */
|
||||||
|
h1, h2 {
|
||||||
|
font-family: "JetBrains Mono", monospace;
|
||||||
|
font-weight: 800;
|
||||||
|
font-style: italic;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 a {
|
||||||
|
font-family: "IBM Plex Sans", sans-serif;
|
||||||
|
font-weight: 800;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue