stuff
This commit is contained in:
@ -18,5 +18,16 @@
|
||||
// 'top' is recommended as using 'overlay' will make the vicinae window appear on top of IME popovers in some scenarios.
|
||||
"layer": "top"
|
||||
}
|
||||
},
|
||||
"font": {
|
||||
// The font family to use for the general vicinae UI.
|
||||
// "auto" (recommended): uses the bundled Inter font
|
||||
// "system": uses the system/platform default font
|
||||
// Or specify any font family name (e.g. "Fira Sans")
|
||||
"normal": {
|
||||
"family": "Verdana",
|
||||
// The point size of the font (unlike pixel size, the point size scales with resolution)
|
||||
"size": 10.5
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user