diff options
| author | Luke Smith <Luke Smith> | 2022-07-08 13:01:53 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-07-08 13:01:53 -0400 |
| commit | 9cfdaf901d27766bbcddbcf685fd3052c9617483 (patch) | |
| tree | 31909c6bd8e2b9aca03cfb6276c9e150d2621498 /.config/fontconfig | |
| parent | c20acc474f7054f65c6ee410c0e26dcbcfc89927 (diff) | |
| download | eibhear-9cfdaf901d27766bbcddbcf685fd3052c9617483.tar.gz eibhear-9cfdaf901d27766bbcddbcf685fd3052c9617483.tar.zst eibhear-9cfdaf901d27766bbcddbcf685fd3052c9617483.zip | |
add font-awesome material if available
Diffstat (limited to '.config/fontconfig')
| -rwxr-xr-x | .config/fontconfig/fonts.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index be47e01..d7efc38 100755 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -7,6 +7,7 @@ <family>Linux Libertine</family> <family>Joy Pixels</family> <family>Noto Color Emoji</family> + <family>FontAwesome</family> </prefer> </alias> <alias> @@ -15,6 +16,7 @@ <family>Linux Biolinum</family> <family>Joy Pixels</family> <family>Noto Color Emoji</family> + <family>FontAwesome</family> </prefer> </alias> <alias> @@ -23,6 +25,7 @@ <family>Linux Biolinum</family> <family>Joy Pixels</family> <family>Noto Color Emoji</family> + <family>FontAwesome</family> </prefer> </alias> <alias> @@ -30,6 +33,7 @@ <prefer> <family>Noto Sans Mono</family> <family>Liberation Mono</family> + <family>FontAwesome</family> <family>Braille</family> </prefer> </alias> |
