-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebfonts.sh
27 lines (25 loc) · 1.03 KB
/
webfonts.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cat jyouyou_.txt artifacts/README.*.md > jyouyou.txt
pyftsubset /usr/share/fonts/OTF/BIZ-UDPMincho-Medium.otf \
--text-file=jyouyou.txt \
--layout-features='*' \
--flavor=woff2 \
--font-number=0 \
--output-file=BIZ-UDPMincho-Medium.woff2
pyftsubset /usr/share/fonts/OTF/BIZ-UDPMincho-Medium.otf \
--text-file=jyouyou.txt \
--layout-features='*' \
--flavor=woff \
--font-number=0 \
--output-file=BIZ-UDPMincho-Medium.woff
pyftsubset /usr/share/fonts/OTF/BIZ-UDPGothic.otf \
--text-file=jyouyou.txt \
--layout-features='*' \
--flavor=woff2 \
--font-number=0 \
--output-file=BIZ-UDPGothic.woff2
pyftsubset /usr/share/fonts/OTF/BIZ-UDPGothic.otf \
--text-file=jyouyou.txt \
--layout-features='*' \
--flavor=woff \
--font-number=0 \
--output-file=BIZ-UDPGothic.woff