add custom fonts

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

View file

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