You are not logged in.
Pages: 1
I change default font by editing ~/.config/fontconfig/fonts.conf file.
The font of all programs and my arch has been changed except google chrome.
how can i fix it ?
Arch Linux + Xfce4 desktop
---
content of ~/.config/fontconfig/fonts.conf :
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match>
<edit mode="prepend" name="family">
<string>Vazirmatn</string>
</edit>
</match>
<dir>~/.local/share/fonts</dir>
<dir>/usr/share/fonts/</dir>
<dir>~/.fonts</dir>
</fontconfig>---
Vazirmatn is a persian font
The font is loaded correctly in Firefox but opera and chrome have this problem
Last edited by avasam (2022-07-25 19:21:58)
Offline
Chrome uses it's own font configuration you can relevantly adjust in it's settings.
Offline
Pages: 1