字体格式转换为OTF (#615)

* 字体格式转换为OTF

**HERE COMES THE OPENTYPE**
* 更改几个自定义图标的样式
This commit is contained in:
C₂₉H₂₅N₃O₅
2022-01-19 23:10:11 -06:00
committed by GitHub
parent d7546e5f41
commit 195f9b2c46
7 changed files with 2 additions and 2 deletions

View File

@@ -51,8 +51,8 @@ local _LOADTIME_=TIME()
--Load modules
Z=require'Zframework'
FONT.load{
norm='parts/fonts/proportional.ttf',
mono='parts/fonts/monospaced.ttf',
norm='parts/fonts/proportional.otf',
mono='parts/fonts/monospaced.otf',
}
FONT.setDefault('norm')
FONT.setFallback('norm')

BIN
parts/fonts/Japan.otf Normal file

Binary file not shown.

BIN
parts/fonts/Monospaced.otf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.