Skip to content

Commit 3f53f70

Browse files
committed
字体安装
1 parent c699bc6 commit 3f53f70

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,20 @@ composer require ibrand/laravel-miniprogram-poster
2525
php artisan storage:link
2626
php artisan vendor:publish --provider="iBrand\Poster\PhantoMmagickServiceProvider" --tag="config"
2727
```
28+
### 字体安装
29+
* window 将下载的字体文件复制到C:Windows\Fonts目录下或者双击字体文件进行安装
30+
* linux
31+
```
32+
cd /usr/share/fonts
33+
mkdir newfont
34+
#将下载的字体文件复制进这个目录
35+
cd newfont
36+
mkfontscale
37+
mkfontdir
38+
fc-cache
39+
```
40+
* mac 下载的字体文件 双击字体文件进行安装
41+
2842
### 配置项
2943

3044
```

0 commit comments

Comments
 (0)