add custom fonts
todo: custom css/js
This commit is contained in:
parent
cf323291b7
commit
bd471708d3
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
:root {
|
||||
--max-w: 1080px;
|
||||
--font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
|
||||
--font: -apple-system, BlinkMacSystemFont, 'MiSans Latin', MiSans, 'Segoe UI', Roboto, Oxygen, Ubuntu,
|
||||
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
<script async src="{{ .server }}/script.js" data-website-id="{{ .websiteID }}"></script>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<link rel="stylesheet" href="https://assets.codeword.info/fonts/MiSans/include.css">
|
||||
</head>
|
||||
<script>
|
||||
// default to system color scheme.
|
||||
|
|
Loading…
Reference in a new issue