From a9c2f41a78a591ba07047f0bb47d333ac81f003f Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 26 Jul 2025 13:22:22 -0700 Subject: Adds fontconfig --- context.json | 14 ++++++++++++++ dots/fontconfig/.config/fontconfig/fonts.conf.j2 | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dots/fontconfig/.config/fontconfig/fonts.conf.j2 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" }, diff --git a/dots/fontconfig/.config/fontconfig/fonts.conf.j2 b/dots/fontconfig/.config/fontconfig/fonts.conf.j2 new file mode 100644 index 0000000..f39cf51 --- /dev/null +++ b/dots/fontconfig/.config/fontconfig/fonts.conf.j2 @@ -0,0 +1,13 @@ + + + +{% for item in theme.fontconfig %} + + {{ item.family }} + + {{ item.prefer }} + + +{% endfor %} + + -- cgit v1.2.3-70-g09d2