add custom fonts

todo: custom css/js
This commit is contained in:
CDN 2024-05-19 19:26:26 +08:00
parent cf323291b7
commit bd471708d3
Signed by: cdn0x12
GPG key ID: 0C656827F9F80080
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@
:root { :root {
--max-w: 1080px; --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; Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
} }

View file

@ -45,6 +45,7 @@
<script async src="{{ .server }}/script.js" data-website-id="{{ .websiteID }}"></script> <script async src="{{ .server }}/script.js" data-website-id="{{ .websiteID }}"></script>
{{ end }} {{ end }}
{{ end }} {{ end }}
<link rel="stylesheet" href="https://assets.codeword.info/fonts/MiSans/include.css">
</head> </head>
<script> <script>
// default to system color scheme. // default to system color scheme.