css: change iOS mono font
This commit is contained in:
parent
86eb64311c
commit
d0f5d874c5
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
--sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
|
--sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
|
||||||
--display-font: "InterDisplay", -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 {
|
html {
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<br>
|
<br>
|
||||||
<p>jump to:</p>
|
<strong>jump to</strong>
|
||||||
{{ range .diff }}
|
{{ range .diff }}
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#{{ .Name.New }}">{{ .Name.New }}</a></li>
|
<li><a href="#{{ .Name.New }}">{{ .Name.New }}</a></li>
|
||||||
|
|
Loading…
Reference in a new issue