feat: add preferred font field to themes
This commit is contained in:
parent
26243a8cd6
commit
186d3c7a0a
7 changed files with 19 additions and 13 deletions
2
app.vue
2
app.vue
|
@ -65,7 +65,7 @@ useHead({
|
|||
<style>
|
||||
html,
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: var(--preferred-font);
|
||||
box-sizing: border-box;
|
||||
color: var(--text-color);
|
||||
background: var(--optional-body-background);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue