diff options
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" }, |