[Internal testing communication] 系统缺失字体的解决方案
Tofloor
poster avatar
黑色的白兔
deepin
2025-06-10 21:16
Author

第一次打开WPS文档会看到如下提示:

image.png

所有考虑如何解决这个问题。

1,安装字体管理器

image.png

2.安装git:使用命令 sudo apt-get install git

确认安装成功使用命令:git -v

3.下载字体:sudo git clone -b windows10 https://github.com/uinv/windows-fonts.git /home/用户名/Downloads/win10
sudo git clone -b windows11 https://github.com/uinv/windows-fonts.git /home/用户名/Downloads/win11

此处很多博客或者论坛的clone路径都是/usr/share/fonts/windows10-fonts,但这个文件夹是只读的,为了省事,我直接clone到下载文件夹下。

4.安装字体:

4.1 打开字体管理器,点击左上角的➕

4.2 找到clone的文件夹,Ctrl+A将所有字体 都选中

4.3点击右下角的打开,然后就可以看到一个验证的进度窗口,等待验证完成就安装完成了

image.png

4.5 点击用户字体就可以看到安装成功的字体了,再次打开WPS也没有系统缺失字体的提示了。

image.png

Reply Favorite View the author
All Replies
2 / 2
To page
黑色的白兔
deepin
2025-06-12 18:50
#21
捕风的汉子

对于经常重装系统的我来说,保存好相关的字体,重装后逐一双击安装即可,也很简单

截图_20250611083107.png

经常系统?为什么呢?

Reply View the author
menglihuakai
deepin
2025-06-13 10:35
#22

星火商店下就行,github不稳定

Reply View the author
黑色的白兔
deepin
2025-06-13 10:40
#23
menglihuakai

星火商店下就行,github不稳定

我的github还行,速度杠杠的。前天下载了星火商店,发现它功能很强大。

Reply View the author
menglihuakai
deepin
2025-06-13 10:44
#24
黑色的白兔

我的github还行,速度杠杠的。前天下载了星火商店,发现它功能很强大。

确实,比官方的软件多

Reply View the author
昨夜的星辰
deepin
2025-06-14 22:44
#25
和风

看到WPS文档提示缺失字体,我的做法是直接到星火-其它中找到WIN字体点击安装就完事了。

我一般装完系统就是先装上星火商店的这个字体包再说,以前是复制WIN的,后面感觉星火的这个不错,就一直用了

Reply View the author
字甲达宾
deepin
2025-06-15 10:49
#26

wps-office-fonts_1.0_all.deb

http://mirrors.nju.edu.cn/debiancn/pool/main/w/wps-office-fonts/wps-office-fonts_1.0_all.deb

73 M

Reply View the author
松之盛
deepin
2025-06-15 15:19
#27

那些都是微软的字体,从windows里复制过来就能用。

Reply View the author
195******33
deepin
2025-06-15 20:28
#28
neko

处理apt安装那里加sudo,后面就不需要加了。

可以直接clone到~/.local/share/fonts用户目录一步到位。

git clone -b windows11 https://github.com/uinv/windows-fonts.git   ~/.local/share/fonts

Yes,按照这个方法在磐石只读下没有问题

Reply View the author
2 / 2
To page