css: change iOS mono font

This commit is contained in:
Anirudh Oppiliappan 2022-12-22 11:02:48 +05:30
parent 86eb64311c
commit d0f5d874c5
No known key found for this signature in database
GPG Key ID: 8A93F96F78C5D4C4
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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>