Skip to content

Commit

Permalink
css: change iOS mono font
Browse files Browse the repository at this point in the history
  • Loading branch information
icyphox committed Dec 22, 2022
1 parent 86eb643 commit d0f5d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

--sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
--display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
--mono-font: -apple-system, "SF Mono", "Roboto Mono", monospace;
--mono-font: "SF Mono", "Input", "Menlo" "Roboto Mono", monospace;
}

html {
Expand Down
2 changes: 1 addition & 1 deletion templates/commit.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
<div>
<br>
<p>jump to:</p>
<strong>jump to</strong>
{{ range .diff }}
<ul>
<li><a href="#{{ .Name.New }}">{{ .Name.New }}</a></li>
Expand Down

0 comments on commit d0f5d87

Please sign in to comment.