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