整理文档
This commit is contained in:
BIN
linux/assets/view-font.png
Normal file
BIN
linux/assets/view-font.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
22
linux/cli.md
Normal file
22
linux/cli.md
Normal file
@ -0,0 +1,22 @@
|
||||
### 查看字体
|
||||
|
||||
```bash
|
||||
- fc-list # 查看所有字体
|
||||
- fc -list:lang-zh #查看中文字体
|
||||
```
|
||||
|
||||

|
||||
|
||||
#### 如果出现以下信息
|
||||
|
||||
```bash
|
||||
bash: fc-list: command not found
|
||||
```
|
||||
|
||||
解决:
|
||||
|
||||
```bash
|
||||
apt-get update
|
||||
apt-get upgrade
|
||||
apt-get install fontconfig
|
||||
```
|
Reference in New Issue
Block a user