diff --git a/enough.css b/enough.css index df831a3..68cea24 100644 --- a/enough.css +++ b/enough.css @@ -14,8 +14,8 @@ img, video{ } code, kbd, pre{ - font-family: ui-monospace, SFMono-Regular, Monaco, monospace; font-size: 0.8rem; + font-family: ui-monospace, monospace; overflow: auto; } diff --git a/enough.css.org b/enough.css.org index dc9e7ec..f75a53c 100644 --- a/enough.css.org +++ b/enough.css.org @@ -86,7 +86,7 @@ Code, either in == tags, == tags, or =
= blocks, uses a different
 #+headers: :tangle enough.css
 #+begin_src css
   code, kbd, pre{
-    font-family: ui-monospace, SFMono-Regular, Monaco, monospace;
+    font-family: ui-monospace, monospace;
     font-size: 0.8rem;
     overflow: auto;
   }
diff --git a/enough.min.css b/enough.min.css
index 5a8336f..f807532 100644
--- a/enough.min.css
+++ b/enough.min.css
@@ -1 +1 @@
-html{font:calc(1em + .25vw)/1.5 system-ui,sans-serif}body{margin:auto;padding:0 1em;max-width:40em}img,video{max-width:100%;height:auto}code,kbd,pre{font-family:ui-monospace,SFMono-Regular,Monaco,monospace;font-size:.8rem;overflow:auto}table{border-collapse:collapse;width:100%}td,th{padding:.5em;border:1px solid}
\ No newline at end of file
+html{font:calc(1em + .25vw)/1.5 system-ui,sans-serif}body{margin:auto;padding:0 1em;max-width:40em}img,video{max-width:100%;height:auto}code,kbd,pre{font-size:.8rem;font-family:ui-monospace,monospace;overflow:auto}table{border-collapse:collapse;width:100%}td,th{padding:.5em;border:1px solid}
\ No newline at end of file