change default font

This commit is contained in:
SrGooglo 2023-04-04 10:46:43 +00:00
parent 63c07c2f58
commit 52e12ab972
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"app-color": "#ff6064",
"backgroundColorTransparency": "0.8",
"backgroundImage": "",
"fontFamily": "'Varela Round', sans-serif",
"fontFamily": "'Inter', sans-serif",
"layoutMargin": "unset",
"layoutPadding": "20px",
"borderRadius": "8px",

View File

@ -125,12 +125,12 @@ export default {
},
options: [
{
label: "Varela Round (Default)",
value: "'Varela Round', sans-serif"
label: "Inter (Default)",
value: "'Inter', sans-serif"
},
{
label: "Inter",
value: "'Inter', sans-serif"
label: "Varela Round",
value: "'Varela Round', sans-serif"
},
]
},