aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-21 19:35:18 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-21 19:35:18 -0400
commit950a24e3642f29052eebaff9530c66636dd7133c (patch)
treef8cadf9a410c9350f18bce609027e0cbad157519 /public
parent9bb2ea2fb3be933390543128a390afc19ce4b075 (diff)
downloadthedroneely.com-950a24e3642f29052eebaff9530c66636dd7133c.tar.gz
thedroneely.com-950a24e3642f29052eebaff9530c66636dd7133c.tar.bz2
thedroneely.com-950a24e3642f29052eebaff9530c66636dd7133c.zip
public/css/tdro: Remove Times New Roman from the font stack
Use Charter as the first font in the stack
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 862ce24..8fef57b 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4332,7 +4332,7 @@ a code { color: #0147b7; }
.serif > a { color: #222; }
.is-size-serif { font-size: 1.3em !important; }
-.serif { font-family: "Times New Roman", TimesNewRoman, Cambria, Baskerville, Georgia, serif; }
+.serif { font-family: Charter, Georgia, 'Book Antiqua', serif; }
.recent__article p, .article__summary { margin-bottom: 0.5em; }