css: change iOS mono font
This commit is contained in:
parent
86eb64311c
commit
d0f5d874c5
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue