You are not logged in.

#1 2022-07-25 19:16:01

avasam
Member
Registered: 2020-01-26
Posts: 72
Website

Only the chrome font cannot be changed

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

#2 2022-07-25 20:31:41

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,266

Re: Only the chrome font cannot be changed

Chrome uses it's own font configuration you can relevantly adjust in it's settings.

Offline

Board footer

Powered by FluxBB