style: use font sans
This commit is contained in:
parent
6c3be21945
commit
73ca19929b
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
{{- partial "head.html" . -}}
|
||||
|
||||
<body class="bg:fade-84@dark font:fade-16@dark">
|
||||
<body class="bg:fade-84@dark font:fade-16@dark font:sans">
|
||||
{{ partial "header.html" . -}}
|
||||
<div class="d:flex flex:column@<=sm pt:90 px:24 jc:center gap:44 word-break:break-word">
|
||||
{{- block "side" . }}{{- end }}
|
||||
|
|
|
@ -21,5 +21,11 @@
|
|||
<script src="https://unpkg.com/themes.js"></script>
|
||||
<script>window.themes = window.themes || new window.Themes()</script>
|
||||
|
||||
<style>
|
||||
:root {
|
||||
--font-sans: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
||||
}
|
||||
</style>
|
||||
|
||||
{{- partial "head-extra.html" . -}}
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue