feat: css variable --font-fans
This commit is contained in:
parent
dbd3d30b27
commit
130d021632
|
|
@ -6,6 +6,7 @@
|
|||
html {
|
||||
@apply text-zinc-800;
|
||||
@apply fill-zinc-800;
|
||||
font-family: var(--font-fans);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,6 +63,16 @@ export default function SettingsDomainsPage() {
|
|||
--theme-color-dark: #4338ca;
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
<span className="bg-zinc-200 rounded-lg px-2">
|
||||
--font-fans: 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";
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<FieldLabel label="Custom CSS" />
|
||||
<Editor
|
||||
|
|
|
|||
Loading…
Reference in New Issue