Add Segoe UI Variable font to fontconfig and packages.
parent
a0f3dfa45b
commit
4a53355ca2
|
@ -5,6 +5,7 @@
|
|||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>Segoe UI Variable</family>
|
||||
<family>Segoe UI</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
|
|
|
@ -119,7 +119,8 @@ if has_tags pm:pacman; then
|
|||
yay_install \
|
||||
powerline-fonts \
|
||||
ttf-nerd-fonts-symbols \
|
||||
ttf-fira-code
|
||||
ttf-fira-code \
|
||||
ttf-segoe-ui-variable
|
||||
fi
|
||||
|
||||
# pip
|
||||
|
|
Loading…
Reference in New Issue