summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-03-28 10:20:48 -0400
committerBradley Taunt <bt@btxx.org>2024-03-28 10:20:48 -0400
commit2adbd7ea1731cfadaef6aa4b3ca564a972d8d231 (patch)
tree4dc7ebe63e35bb6a84c05ce3565fd88b7e4f1625 /local.css
parent177a3469a922ce4b97fa41a63f66dbac5142339f (diff)
Update typeface for tables
Diffstat (limited to 'local.css')
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 9a369e2..ed14561 100644
--- a/local.css
+++ b/local.css
@@ -1,7 +1,7 @@
*{box-sizing:border-box;}
body{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;line-height:1.55;padding:0 10px;}
img{height:auto;max-width:100%;}
-h1,h2,h3{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif !important;}
+h1,h2,h3,table{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif !important;}
h1{font-size:2.2rem;}
h2{font-size:1.4rem;}
h3{font-size:1.2rem;}