diff options
author | awy <awy@awy.one> | 2025-09-22 17:22:00 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-22 17:22:00 +0300 |
commit | b65b83d12233f0f6e4953435d17d3aaada6107b0 (patch) | |
tree | f309b0dae1ea7116b4ba16bb6ec3cbd6981b642f | |
parent | e8a0a815700fddaac829f2865fa5987c7d37f265 (diff) | |
download | hyprdots-b65b83d12233f0f6e4953435d17d3aaada6107b0.tar.gz |
fonts
-rw-r--r-- | .config/fontconfig/fonts.conf | 8 | ||||
-rw-r--r-- | dependencies.txt | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 487dd8b..0a7be7d 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -4,7 +4,7 @@ <alias> <family>serif</family> <prefer> - <family>Source Serif 4</family> + <family>LiterationSerif Nerd Font Propo</family> <family>Noto Color Emoji</family> <family>FontAwesome</family> <family>SymbolsNerdFont Propo</family> @@ -13,7 +13,7 @@ <alias> <family>sans-serif</family> <prefer> - <family>Source Sans 3</family> + <family>LiterationSans Nerd Font Propo</family> <family>Noto Color Emoji</family> <family>FontAwesome</family> <family>SymbolsNerdFont Propo</family> @@ -22,7 +22,7 @@ <alias> <family>sans</family> <prefer> - <family>Source Sans 3</family> + <family>LiterationSans Nerd Font Propo</family> <family>Noto Color Emoji</family> <family>FontAwesome</family> <family>SymbolsNerdFont Propo</family> @@ -31,7 +31,7 @@ <alias> <family>monospace</family> <prefer> - <family>FiraCode Nerd Font Propo</family> + <family>LiterationMono Nerd Font Propo</family> <family>Noto Color Emoji</family> <family>FontAwesome</family> <family>SymbolsNerdFont Propo</family> diff --git a/dependencies.txt b/dependencies.txt index be00fd9..708accb 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -45,7 +45,7 @@ wireplumber pulsemixer # FONTS # -ttf-firacode-nerd +ttf-liberation-mono-nerd ttf-nerd-fonts-symbols noto-fonts-emoji fontconfig |