From 11fede05a79ce72542c4e5e58f1e19531858f4f7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:36:48 +1000 Subject: config: change default fonts Use caskaydia cove and rubik --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cb5fb45..d80d6e4 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Dependencies: - `qt6-declarative` - `gcc-libs` - [`material-symbols`](https://fonts.google.com/icons) -- [`jetbrains-mono-nerd`](https://www.nerdfonts.com/font-downloads) +- [`caskaydia-cove-nerd`](https://www.nerdfonts.com/font-downloads) - [`grim`](https://gitlab.freedesktop.org/emersion/grim) - [`swappy`](https://github.com/jtheoof/swappy) - [`libqalculate`](https://github.com/Qalculate/libqalculate) @@ -165,8 +165,8 @@ All configuration options are in `~/.config/caelestia/shell.json`. "font": { "family": { "material": "Material Symbols Rounded", - "mono": "JetBrains Mono NF", - "sans": "IBM Plex Sans" + "mono": "CaskaydiaCove NF", + "sans": "Rubik" }, "size": { "scale": 1 -- cgit v1.2.3-freya