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

Commit
6354fd9e009bbbea90b29824a42c11cef6fc76ed
Parent
9c14db9
Author
tonybanters <tonybanters@gmail.com>
Date
2025-08-31 01:04:32

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 {