From fcbb2d73dba45e69e2b85118e1ed5c459a6ffd4c Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 8 Apr 2022 05:30:55 -0400 Subject: generators/hugo/_markup/render-codeblock-goat: Set default captions Remove proprietary font-family inline. --- public/css/tdro.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'public') diff --git a/public/css/tdro.css b/public/css/tdro.css index 2d3caba..3e334ef 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -1434,12 +1434,11 @@ textarea, font-family: Charter, Georgia, "Book Antiqua", serif; } -code, pre, -blockquote > p.serif, -.monospace { - -moz-osx-font-smoothing: auto; - -webkit-font-smoothing: auto; +code, +svg text, +.monospace, +blockquote > p.serif { font-family: "Fira Code", "Lucida Console", "Andale Mono", monospace; } -- cgit v1.2.3