diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-26 13:22:22 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-26 13:22:22 -0700 |
commit | a9c2f41a78a591ba07047f0bb47d333ac81f003f (patch) | |
tree | b33936a98ab954220a319791382dc723bc084c8e /context.json | |
parent | 243d778b3fe59303a7925f6e032118e5ab65c371 (diff) | |
download | dotfiles-a9c2f41a78a591ba07047f0bb47d333ac81f003f.tar.gz dotfiles-a9c2f41a78a591ba07047f0bb47d333ac81f003f.zip |
Adds fontconfig
Diffstat (limited to 'context.json')
-rw-r--r-- | context.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/context.json b/context.json index cb3d953..0524773 100644 --- a/context.json +++ b/context.json @@ -285,6 +285,20 @@ "bright6": "#8ec07c", "bright7": "#ebdbb2" }, + "fontconfig": [ + { + "family": "sans-serif", + "prefer": "Liberation Serif" + }, + { + "family": "serif", + "prefer": "Liberation Sans" + }, + { + "family": "monospace", + "prefer": "BlexMono Nerd Font Mono" + } + ], "waybar": { "font": "Lilex Nerd Font" }, |