Skip to content

Commit

Permalink
Remove explicit SFMono-Regular and Monaco from monospace family
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed May 14, 2024
1 parent 0f28744 commit 3180f29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion enough.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion enough.css.org
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Code, either in =<code>= tags, =<kbd>= tags, or =<pre>= 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;
}
Expand Down
2 changes: 1 addition & 1 deletion enough.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3180f29

Please sign in to comment.