diff --git a/Makefile b/Makefile index d93a710..394459f 100644 --- a/Makefile +++ b/Makefile @@ -23,4 +23,8 @@ bspwm: sxhkd: install -Dm600 sxhkd/sxhkdrc $(DESTDIR)$(PREFIX)/sxhkd/sxhkdrc -.PHONY: fish i3 i3status vis Xresources bspwm sxhkd +fontconfig: + install -Dm600 fontconfig/fonts.conf $(DESTDIR)$(PREFIX)/fontconfig/fonts.conf + fc-cache + +.PHONY: fish i3 i3status vis Xresources bspwm sxhkd fontconfig diff --git a/fontconfig/fonts.conf b/fontconfig/fonts.conf new file mode 100644 index 0000000..10bec32 --- /dev/null +++ b/fontconfig/fonts.conf @@ -0,0 +1,63 @@ + + + + + serif + Noto Serif + + + sans-serif + Noto Sans + + + sans + Noto Sans + + + monospace + Fira Code + + + Arial + + Noto Sans + + + + Helvetica + + Noto Sans + + + + Verdana + + Noto Sans + + + + Tahoma + + Noto Sans + + + + Courier + + Fira Code + + + + Courier New + + Fira Code + + + + Times New Roman + + Noto Serif + + + +