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", "app-color": "#ff6064",
"backgroundColorTransparency": "0.8", "backgroundColorTransparency": "0.8",
"backgroundImage": "", "backgroundImage": "",
"fontFamily": "'Varela Round', sans-serif", "fontFamily": "'Inter', sans-serif",
"layoutMargin": "unset", "layoutMargin": "unset",
"layoutPadding": "20px", "layoutPadding": "20px",
"borderRadius": "8px", "borderRadius": "8px",

View File

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