This commit is contained in:
2026-03-05 09:40:10 +01:00
parent 0a4ff4c504
commit 84bee93e89
10 changed files with 157 additions and 20 deletions

View File

@ -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
}
}
}