补充字体

This commit is contained in:
李寻欢 2024-03-06 08:47:10 +08:00
parent f84b4d1696
commit 3b85bc2c1d
3 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ RUN apt-get install -y ttf-wqy-microhei locales procps \
&& locale-gen
# 添加微软雅黑
COPY msyh.ttc /usr/share/fonts/truetype/msyh.ttc
COPY msyhbd.ttc /usr/share/fonts/truetype/msyhbd.ttc
COPY msyhl.ttc /usr/share/fonts/truetype/msyhl.ttc
# 刷新字体缓存
RUN sudo fc-cache -fv

BIN
msyhbd.ttc Normal file

Binary file not shown.

BIN
msyhl.ttc Normal file

Binary file not shown.