summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorBradley Taunt <brad@bt.ht>2024-01-09 10:50:32 -0500
committerBradley Taunt <brad@bt.ht>2024-01-09 10:50:32 -0500
commit099dd48d9391b42c7c7db07d83c10f259deff704 (patch)
tree0ec4ae3f3d6339607124fcbfa598142b8983d841 /local.css
parentb15188261f7f4634f10bd2adc629c22f92a48efd (diff)
Fix heading element font family
Diffstat (limited to 'local.css')
-rw-r--r--local.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/local.css b/local.css
index a3fbd62..a3201f7 100644
--- a/local.css
+++ b/local.css
@@ -1,6 +1,7 @@
*{box-sizing:border-box;}
body{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;line-height:1.55;}
img{height:auto;max-width:100%;}
+h1,h2,h3{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;}
h1{font-size:2.2rem;}
h2{font-size:1.4rem;}
h3{font-size:1.2rem;}