tonybtw.com
tonybtw.com
https://git.tonybtw.com/tonybtw.com.git
git://git.tonybtw.com/tonybtw.com.git
Added jost to h1 and h2 tags
Diff
diff --git a/static/css/site.css b/static/css/site.css
index b2ebdfa..9a597c5 100644
--- a/static/css/site.css
+++ b/static/css/site.css
@@ -252,13 +252,13 @@ h6 {
h1 {
color: var(--tokyonight-blue);
font-size: 1.3rem;
- font-family: sans-serif;
+ font-family: 'Jost', sans-serif;
}
h2 {
color: var(--cyn);
line-height: 1.2;
- font-family: sans-serif;
+ font-family: 'Jost', sans-serif;
}
h3 {