fix: set back font defaults
This commit is contained in:
parent
186d3c7a0a
commit
64131e6f9c
6 changed files with 6 additions and 6 deletions
2
app.vue
2
app.vue
|
@ -65,7 +65,7 @@ useHead({
|
|||
<style>
|
||||
html,
|
||||
body {
|
||||
font-family: var(--preferred-font);
|
||||
font-family: var(--preferred-font), Arial, Helvetica, sans-serif;
|
||||
box-sizing: border-box;
|
||||
color: var(--text-color);
|
||||
background: var(--optional-body-background);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue