remarkable百科

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
start [2025/10/01 23:20]
老陶
start [2025/10/01 23:20] (当前版本)
老陶 [如何手动安装字体的指令]
行 28: 行 28:
  
 之后执行指令: 跟大家解释一下含义,下面是两段指令,分别下载字体到两个目录,一个官方默认推荐的用户目录,一个是系统目录,目前升级以后,系统目录的内容会被清理掉。还有个问题是如果上了密码,目前用户目录的字体会失效,所以下面就有了两套目录的下载过程。 之后执行指令: 跟大家解释一下含义,下面是两段指令,分别下载字体到两个目录,一个官方默认推荐的用户目录,一个是系统目录,目前升级以后,系统目录的内容会被清理掉。还有个问题是如果上了密码,目前用户目录的字体会失效,所以下面就有了两套目录的下载过程。
 +
 <code> <code>
- +mount -o remount,rw / && mkdir -p /home/root/.local/share/fonts /usr/share/fonts/ttf/noto && wget https://remarkable.oss-cn-hangzhou.aliyuncs.com/pcclient/otherfile/NotoSansSC-Regular.ttf -O /home/root/.local/share/fonts/NotoSansSC-Regular.ttf && cp /home/root/.local/share/fonts/NotoSansSC-Regular.ttf /usr/share/fonts/ttf/noto/ && fc-cache -f && echo INSTALL_DONE
-mount -o remount,rw / +
-mkdir -p /home/root/.local/share/fonts &&  wget https://remarkable.oss-cn-hangzhou.aliyuncs.com/pcclient/otherfile/NotoSansSC-Regular.ttf -O /home/root/.local/share/fonts/NotoSansSC-Regular.ttf && fc-cache -f && echo INSTALL_DONE +
-mount -o remount,rw / +
-wget https://remarkable.oss-cn-hangzhou.aliyuncs.com/pcclient/otherfile/NotoSansSC-Regular.ttf -O /usr/share/fonts/ttf/noto/NotoSansSC-Regular.ttf && fc-cache -f && echo INSTALL_DONE+
  
 </code> </code>
 +
  
 ===== 快速导航 ===== ===== 快速导航 =====