1.windows字体拷贝到/usr/share/fonts/truetype下面,文件夹名字可以随便起

cp /media/c/WINDOWS/Fonts/* /usr/share/fonts/truetype/

默认字体权限应该是755,如果不是的话,手动更改下

chmod 755 *

2./usr/share/fonts/truetype下面运行

mkfontscale

mkfontdir

3.运行fc-cache -fv,刷新字体缓存。

现在就一切ok

相关文章:

  • 2021-08-25
  • 2022-12-23
  • 2021-07-08
  • 2021-09-03
  • 2022-12-23
  • 2021-12-04
  • 2021-08-13
  • 2022-02-20
猜你喜欢
  • 2021-12-05
  • 2022-12-23
  • 2021-11-28
  • 2022-01-14
  • 2022-12-23
  • 2021-06-10
  • 2021-12-20
相关资源
相似解决方案