Estou no Arch Linux, Deepin Desktop. Estou usando o Noto Serif como minha fonte padrão, mas não gosto dos caracteres em árabe. Portanto, meu objetivo é usar outra fonte apenas para caracteres arábicos.
Aqui está o que eu tentei. Criei um novo arquivo de configuração /etc/fonts/conf.d/
com o seguinte conteúdo:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test name="lang" compare="contains">
<string>ar</string>
</test>
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Naskh Arabic</string>
</edit>
</match>
<match target="pattern">
<test name="lang" compare="contains">
<string>ar</string>
</test>
<test qual="any" name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Naskh Arabic</string>
</edit>
</match>
</fontconfig>
Eu então corri fc-cache -r
. Mas isso não funcionou, a mesma fonte ainda está em uso e a execução fc-match
retorna NotoSerif-Regular.ttf: "Noto Serif" "Regular"
como antes.
99-bangla.conf
no ~/.config/fontconfig/conf.d
diretório. Parece que eu recebo o padrão quando executado LANG=bn fc-match
. Mas o Google Chrome ainda escolhe outra fonte
LC_CTYPE
categoria localidade)?