diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-12 17:36:48 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-12 17:36:48 +1000 |
| commit | 11fede05a79ce72542c4e5e58f1e19531858f4f7 (patch) | |
| tree | 45184555004503dbf916dfffda0fa21c125838ad /config | |
| parent | lock: dont load media cover when anim (diff) | |
| download | caelestia-shell-11fede05a79ce72542c4e5e58f1e19531858f4f7.tar.gz caelestia-shell-11fede05a79ce72542c4e5e58f1e19531858f4f7.tar.bz2 caelestia-shell-11fede05a79ce72542c4e5e58f1e19531858f4f7.zip | |
config: change default fonts
Use caskaydia cove and rubik
Diffstat (limited to 'config')
| -rw-r--r-- | config/AppearanceConfig.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/AppearanceConfig.qml b/config/AppearanceConfig.qml index c5c07c1..9b3688a 100644 --- a/config/AppearanceConfig.qml +++ b/config/AppearanceConfig.qml @@ -35,8 +35,8 @@ JsonObject { } component FontFamily: JsonObject { - property string sans: "IBM Plex Sans" - property string mono: "JetBrains Mono NF" + property string sans: "Rubik" + property string mono: "CaskaydiaCove NF" property string material: "Material Symbols Rounded" } |