mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
change default font
This commit is contained in:
parent
63c07c2f58
commit
52e12ab972
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user