把最下面的改成文泉驿正黑(如果装了的话)就行了,我就这样搞定的,上面是我的/etc/fonts/conf.d/49-sansserif.conf 两个match间的内容~
49-sansserif.conf<match target="pattern">

<test qual="all" name="family" compare="not_eq">
<string>sans-serif</string>
</test>

<test qual="all" name="family" compare="not_eq">
<string>serif</string>
</test>

<test qual="all" name="family" compare="not_eq">
<string>monospace</string>
</test>

<edit name="family" mode="append_last">
<string>文泉驿正黑</string>
</edit>
</match>


相关文章:

  • 2021-05-20
  • 2022-02-23
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2021-12-22
  • 2021-12-17
  • 2022-01-29
  • 2022-12-23
  • 2021-06-21
  • 2021-10-07
  • 2021-11-30
相关资源
相似解决方案