Add Segoe UI Variable font to fontconfig and packages.

master
Icedream 2022-06-08 17:18:12 +02:00
parent a0f3dfa45b
commit 4a53355ca2
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<alias> <alias>
<family>sans-serif</family> <family>sans-serif</family>
<prefer> <prefer>
<family>Segoe UI Variable</family>
<family>Segoe UI</family> <family>Segoe UI</family>
</prefer> </prefer>
</alias> </alias>

View File

@ -119,7 +119,8 @@ if has_tags pm:pacman; then
yay_install \ yay_install \
powerline-fonts \ powerline-fonts \
ttf-nerd-fonts-symbols \ ttf-nerd-fonts-symbols \
ttf-fira-code ttf-fira-code \
ttf-segoe-ui-variable
fi fi
# pip # pip