両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
web:web_font [2025/04/12 10:49] – [TrueType(.ttf) から Web Open Font Format(.woff, .woff2) への変換 (Linux)🤤] ともやん | web:web_font [2025/04/12 11:14] (現在) – [TrueType(.ttf) から Web Open Font Format(.woff と .woff2) へ変換🤤] ともやん |
---|
[[git>yuru7/HackGen/blob/master/LICENSE|Copyright (c) 2019, Yuko OTAWARA. with Reserved Font Name "白源", "HackGen"]]\\ | [[git>yuru7/HackGen/blob/master/LICENSE|Copyright (c) 2019, Yuko OTAWARA. with Reserved Font Name "白源", "HackGen"]]\\ |
[[wwjp>SIL_Open_Font_License|SIL Open Font License]] Version 1.1.\\ | [[wwjp>SIL_Open_Font_License|SIL Open Font License]] Version 1.1.\\ |
<WRAP color_term> | {{page>linux:fonts#フォントのダウンロード}} |
<WRAP color_command><html><pre> | |
<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">curl</span> <span style="color:#A347BA">-LO</span> https://github.com/yuru7/HackGen/releases/download/v2.9.0/HackGen_NF_v2.9.0.zip | |
</pre></html></WRAP> | |
<WRAP color_result><html><pre> | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 23.0M 100 23.0M 0 0 8693k 0 0:00:02 0:00:02 --:--:-- 11.2M | |
</pre></html></WRAP> | |
| |
<WRAP color_command><html><pre> | |
<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">curl</span> <span style="color:#A347BA">-LO</span> https://github.com/yuru7/HackGen/releases/download/v2.9.0/HackGen_v2.9.0.zip | |
</pre></html></WRAP> | |
<WRAP color_result><html><pre> | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 38.5M 100 38.5M 0 0 9460k 0 0:00:04 0:00:04 --:--:-- 11.3M | |
</pre></html></WRAP> | |
| |
<WRAP color_command><html><pre> | |
<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">unzip</span> <u style="text-decoration-style:single">HackGen_v2.9.0.zip</u> | |
</pre></html></WRAP> | |
<WRAP color_result><html><pre> | |
Archive: HackGen_v2.9.0.zip | |
creating: HackGen_v2.9.0/ | |
inflating: HackGen_v2.9.0/HackGen-Bold.ttf | |
inflating: HackGen_v2.9.0/HackGen-Regular.ttf | |
inflating: HackGen_v2.9.0/HackGen35-Bold.ttf | |
inflating: HackGen_v2.9.0/HackGen35-Regular.ttf | |
inflating: HackGen_v2.9.0/HackGen35Console-Bold.ttf | |
inflating: HackGen_v2.9.0/HackGen35Console-Regular.ttf | |
inflating: HackGen_v2.9.0/HackGenConsole-Bold.ttf | |
inflating: HackGen_v2.9.0/HackGenConsole-Regular.ttf | |
</pre></html></WRAP> | |
<WRAP color_command><html><pre> | |
<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">unzip</span> <u style="text-decoration-style:single">HackGen_NF_v2.9.0.zip</u> | |
</pre></html></WRAP> | |
<WRAP color_result><html><pre> | |
Archive: HackGen_NF_v2.9.0.zip | |
creating: HackGen_NF_v2.9.0/ | |
inflating: HackGen_NF_v2.9.0/HackGen35ConsoleNF-Bold.ttf | |
inflating: HackGen_NF_v2.9.0/HackGen35ConsoleNF-Regular.ttf | |
inflating: HackGen_NF_v2.9.0/HackGenConsoleNF-Bold.ttf | |
inflating: HackGen_NF_v2.9.0/HackGenConsoleNF-Regular.ttf | |
</pre></html></WRAP> | |
</WRAP> | |
| |
==== TrueType(.ttf) から Web Open Font Format(.woff と .woff2) へ変換🤤 ==== | ==== TrueType(.ttf) から Web Open Font Format(.woff と .woff2) へ変換🤤 ==== |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">cd</span> <u style="text-decoration-style:single">HackGen_v2.9.0</u> | <font color="#0087FF"><b>$</b></font> <font color="#26A269">cd</font> <u style="text-decoration-style:solid">HackGen_NF_v2.10.0</u> |
<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">ls</span> <span style="color:#13496F"><b>*</b></span>.ttf <span style="color:#13496F"><b>|</b></span> <span style="color:#26A269">xargs</span> <span style="color:#A347BA">-i</span> sh <span style="color:#A347BA">-c</span> <span style="color:#A2734C">'sfnt2woff </span><span style="color:#13496F"><b>{}</b></span><span style="color:#A2734C"> && woff2_compress </span><span style="color:#13496F"><b>{}</b></span><span style="color:#A2734C">'</span> | <font color="#0087FF"><b>$</b></font> <font color="#26A269">ls</font> <font color="#2A7BDE"><b>*</b></font>.ttf <font color="#2A7BDE"><b>|</b></font> <font color="#26A269">xargs</font> <font color="#A347BA">-i</font> sh <font color="#A347BA">-c</font> <font color="#A2734C">'sfnt2woff </font><font color="#2A7BDE"><b>{}</b></font><font color="#A2734C"> && woff2_compress </font><font color="#2A7BDE"><b>{}</b></font><font color="#A2734C">'</font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result><html><pre> |
Processing HackGen-Bold.ttf => HackGen-Bold.woff2 | Processing HackGen35ConsoleNF-Bold.ttf => HackGen35ConsoleNF-Bold.woff2 |
Compressed 9099366 to 3604694. | Compressed 10875327 to 4569738. |
Processing HackGen-Regular.ttf => HackGen-Regular.woff2 | Processing HackGen35ConsoleNF-Regular.ttf => HackGen35ConsoleNF-Regular.woff2 |
Compressed 8646957 to 3431083. | Compressed 10427620 to 4393224. |
Processing HackGen35-Bold.ttf => HackGen35-Bold.woff2 | Processing HackGenConsoleNF-Bold.ttf => HackGenConsoleNF-Bold.woff2 |
Compressed 9099743 to 3605098. | Compressed 10876056 to 4571220. |
Processing HackGen35-Regular.ttf => HackGen35-Regular.woff2 | Processing HackGenConsoleNF-Regular.ttf => HackGenConsoleNF-Regular.woff2 |
Compressed 8647249 to 3431110. | Compressed 10426503 to 4395310. |
Processing HackGen35Console-Bold.ttf => HackGen35Console-Bold.woff2 | |
Compressed 9119537 to 3613699. | |
Processing HackGen35Console-Regular.ttf => HackGen35Console-Regular.woff2 | |
Compressed 8671988 to 3441818. | |
Processing HackGenConsole-Bold.ttf => HackGenConsole-Bold.woff2 | |
Compressed 9119552 to 3614099. | |
Processing HackGenConsole-Regular.ttf => HackGenConsole-Regular.woff2 | |
Compressed 8669945 to 3443688. | |
</pre></html></WRAP> | </pre></html></WRAP> |
| |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">ll</span> | <font color="#0087FF"><b>$</b></font> <font color="#26A269">ll</font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result><html><pre> |
合計 153772 | 合計 94328 |
-rw-r--r-- 1 tomoyan tomoyan 11239764 5月 3 17:51 HackGen-Bold.ttf | -rw-r--r-- 1 tomoyan tomoyan 13462380 12月 29 16:04 HackGen35ConsoleNF-Bold.ttf |
-rw-r--r-- 1 tomoyan tomoyan 5243656 9月 23 10:52 HackGen-Bold.woff | -rw-r--r-- 1 tomoyan tomoyan 6531888 4月 12 10:54 HackGen35ConsoleNF-Bold.woff |
-rw-r--r-- 1 tomoyan tomoyan 3604800 9月 23 10:52 HackGen-Bold.woff2 | -rw-r--r-- 1 tomoyan tomoyan 4569844 4月 12 10:55 HackGen35ConsoleNF-Bold.woff2 |
-rw-r--r-- 1 tomoyan tomoyan 10695124 5月 3 17:51 HackGen-Regular.ttf | -rw-r--r-- 1 tomoyan tomoyan 12922844 12月 29 16:04 HackGen35ConsoleNF-Regular.ttf |
-rw-r--r-- 1 tomoyan tomoyan 5106732 9月 23 10:52 HackGen-Regular.woff | -rw-r--r-- 1 tomoyan tomoyan 6398440 4月 12 10:55 HackGen35ConsoleNF-Regular.woff |
-rw-r--r-- 1 tomoyan tomoyan 3431188 9月 23 10:53 HackGen-Regular.woff2 | -rw-r--r-- 1 tomoyan tomoyan 4393332 4月 12 10:56 HackGen35ConsoleNF-Regular.woff2 |
-rw-r--r-- 1 tomoyan tomoyan 11239408 5月 3 17:51 HackGen35-Bold.ttf | -rw-r--r-- 1 tomoyan tomoyan 13464288 12月 29 16:04 HackGenConsoleNF-Bold.ttf |
-rw-r--r-- 1 tomoyan tomoyan 5243108 9月 23 10:53 HackGen35-Bold.woff | -rw-r--r-- 1 tomoyan tomoyan 6534948 4月 12 10:56 HackGenConsoleNF-Bold.woff |
-rw-r--r-- 1 tomoyan tomoyan 3605204 9月 23 10:53 HackGen35-Bold.woff2 | -rw-r--r-- 1 tomoyan tomoyan 4571328 4月 12 10:57 HackGenConsoleNF-Bold.woff2 |
-rw-r--r-- 1 tomoyan tomoyan 10694628 5月 3 17:51 HackGen35-Regular.ttf | -rw-r--r-- 1 tomoyan tomoyan 12922800 12月 29 16:04 HackGenConsoleNF-Regular.ttf |
-rw-r--r-- 1 tomoyan tomoyan 5105320 9月 23 10:53 HackGen35-Regular.woff | -rw-r--r-- 1 tomoyan tomoyan 6401656 4月 12 10:57 HackGenConsoleNF-Regular.woff |
-rw-r--r-- 1 tomoyan tomoyan 3431216 9月 23 10:54 HackGen35-Regular.woff2 | -rw-r--r-- 1 tomoyan tomoyan 4395416 4月 12 10:58 HackGenConsoleNF-Regular.woff2 |
-rw-r--r-- 1 tomoyan tomoyan 11250760 5月 3 17:51 HackGen35Console-Bold.ttf | |
-rw-r--r-- 1 tomoyan tomoyan 5250220 9月 23 10:54 HackGen35Console-Bold.woff | |
-rw-r--r-- 1 tomoyan tomoyan 3613804 9月 23 10:54 HackGen35Console-Bold.woff2 | |
-rw-r--r-- 1 tomoyan tomoyan 10711388 5月 3 17:51 HackGen35Console-Regular.ttf | |
-rw-r--r-- 1 tomoyan tomoyan 5113104 9月 23 10:54 HackGen35Console-Regular.woff | |
-rw-r--r-- 1 tomoyan tomoyan 3441924 9月 23 10:55 HackGen35Console-Regular.woff2 | |
-rw-r--r-- 1 tomoyan tomoyan 11251872 5月 3 17:51 HackGenConsole-Bold.ttf | |
-rw-r--r-- 1 tomoyan tomoyan 5252108 9月 23 10:55 HackGenConsole-Bold.woff | |
-rw-r--r-- 1 tomoyan tomoyan 3614204 9月 23 10:55 HackGenConsole-Bold.woff2 | |
-rw-r--r-- 1 tomoyan tomoyan 10710336 5月 3 17:51 HackGenConsole-Regular.ttf | |
-rw-r--r-- 1 tomoyan tomoyan 5115612 9月 23 10:55 HackGenConsole-Regular.woff | |
-rw-r--r-- 1 tomoyan tomoyan 3443796 9月 23 10:56 HackGenConsole-Regular.woff2 | |
</pre></html></WRAP> | </pre></html></WRAP> |
| |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">cd</span> <u style="text-decoration-style:single">../HackGen_NF_v2.9.0</u> | <font color="#0087FF"><b>$</b></font> <font color="#26A269">cd</font> <u style="text-decoration-style:solid">../HackGen_v2.10.0</u> |
<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">ls</span> <span style="color:#13496F"><b>*</b></span>.ttf <span style="color:#13496F"><b>|</b></span> <span style="color:#26A269">xargs</span> <span style="color:#A347BA">-i</span> sh <span style="color:#A347BA">-c</span> <span style="color:#A2734C">'sfnt2woff </span><span style="color:#13496F"><b>{}</b></span><span style="color:#A2734C"> && woff2_compress </span><span style="color:#13496F"><b>{}</b></span><span style="color:#A2734C">'</span> | <font color="#0087FF"><b>$</b></font> <font color="#26A269">ls</font> <font color="#2A7BDE"><b>*</b></font>.ttf <font color="#2A7BDE"><b>|</b></font> <font color="#26A269">xargs</font> <font color="#A347BA">-i</font> sh <font color="#A347BA">-c</font> <font color="#A2734C">'sfnt2woff </font><font color="#2A7BDE"><b>{}</b></font><font color="#A2734C"> && woff2_compress </font><font color="#2A7BDE"><b>{}</b></font><font color="#A2734C">'</font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result><html><pre> |
Processing HackGen35ConsoleNF-Bold.ttf => HackGen35ConsoleNF-Bold.woff2 | Processing HackGen-Bold.ttf => HackGen-Bold.woff2 |
Compressed 10551428 to 4365109. | Compressed 9098739 to 3604203. |
Processing HackGen35ConsoleNF-Regular.ttf => HackGen35ConsoleNF-Regular.woff2 | Processing HackGen-Regular.ttf => HackGen-Regular.woff2 |
Compressed 10103895 to 4187458. | Compressed 8646368 to 3431454. |
Processing HackGenConsoleNF-Bold.ttf => HackGenConsoleNF-Bold.woff2 | Processing HackGen35-Bold.ttf => HackGen35-Bold.woff2 |
Compressed 10551379 to 4366483. | Compressed 9098354 to 3603655. |
Processing HackGenConsoleNF-Regular.ttf => HackGenConsoleNF-Regular.woff2 | Processing HackGen35-Regular.ttf => HackGen35-Regular.woff2 |
Compressed 10101788 to 4189298. | Compressed 8645686 to 3430103. |
| Processing HackGen35Console-Bold.ttf => HackGen35Console-Bold.woff2 |
| Compressed 9118148 to 3611814. |
| Processing HackGen35Console-Regular.ttf => HackGen35Console-Regular.woff2 |
| Compressed 8670425 to 3441278. |
| Processing HackGenConsole-Bold.ttf => HackGenConsole-Bold.woff2 |
| Compressed 9118925 to 3614983. |
| Processing HackGenConsole-Regular.ttf => HackGenConsole-Regular.woff2 |
| Compressed 8669356 to 3442626. |
</pre></html></WRAP> | </pre></html></WRAP> |
| |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">ll</span> | <font color="#0087FF"><b>$</b></font> <font color="#26A269">ll</font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result><html><pre> |
合計 90800 | 合計 154060 |
-rw-r--r-- 1 tomoyan tomoyan 13060044 5月 3 17:51 HackGen35ConsoleNF-Bold.ttf | -rw-r--r-- 1 tomoyan tomoyan 11239136 12月 29 16:04 HackGen-Bold.ttf |
-rw-r--r-- 1 tomoyan tomoyan 6238424 9月 23 11:01 HackGen35ConsoleNF-Bold.woff | -rw-r--r-- 1 tomoyan tomoyan 5282724 4月 12 10:59 HackGen-Bold.woff |
-rw-r--r-- 1 tomoyan tomoyan 4365216 9月 23 11:01 HackGen35ConsoleNF-Bold.woff2 | -rw-r--r-- 1 tomoyan tomoyan 3604308 4月 12 11:00 HackGen-Bold.woff2 |
-rw-r--r-- 1 tomoyan tomoyan 12520684 5月 3 17:51 HackGen35ConsoleNF-Regular.ttf | -rw-r--r-- 1 tomoyan tomoyan 10694536 12月 29 16:04 HackGen-Regular.ttf |
-rw-r--r-- 1 tomoyan tomoyan 6101096 9月 23 11:01 HackGen35ConsoleNF-Regular.woff | -rw-r--r-- 1 tomoyan tomoyan 5149508 4月 12 11:00 HackGen-Regular.woff |
-rw-r--r-- 1 tomoyan tomoyan 4187564 9月 23 11:02 HackGen35ConsoleNF-Regular.woff2 | -rw-r--r-- 1 tomoyan tomoyan 3431560 4月 12 11:00 HackGen-Regular.woff2 |
-rw-r--r-- 1 tomoyan tomoyan 13061184 5月 3 17:51 HackGenConsoleNF-Bold.ttf | -rw-r--r-- 1 tomoyan tomoyan 11238016 12月 29 16:04 HackGen35-Bold.ttf |
-rw-r--r-- 1 tomoyan tomoyan 6240728 9月 23 11:02 HackGenConsoleNF-Bold.woff | -rw-r--r-- 1 tomoyan tomoyan 5281588 4月 12 11:01 HackGen35-Bold.woff |
-rw-r--r-- 1 tomoyan tomoyan 4366588 9月 23 11:02 HackGenConsoleNF-Bold.woff2 | -rw-r--r-- 1 tomoyan tomoyan 3603760 4月 12 11:01 HackGen35-Bold.woff2 |
-rw-r--r-- 1 tomoyan tomoyan 12519656 5月 3 17:51 HackGenConsoleNF-Regular.ttf | -rw-r--r-- 1 tomoyan tomoyan 10693068 12月 29 16:04 HackGen35-Regular.ttf |
-rw-r--r-- 1 tomoyan tomoyan 6104016 9月 23 11:02 HackGenConsoleNF-Regular.woff | -rw-r--r-- 1 tomoyan tomoyan 5147932 4月 12 11:01 HackGen35-Regular.woff |
-rw-r--r-- 1 tomoyan tomoyan 4189404 9月 23 11:03 HackGenConsoleNF-Regular.woff2 | -rw-r--r-- 1 tomoyan tomoyan 3430208 4月 12 11:02 HackGen35-Regular.woff2 |
| -rw-r--r-- 1 tomoyan tomoyan 11249376 12月 29 16:04 HackGen35Console-Bold.ttf |
| -rw-r--r-- 1 tomoyan tomoyan 5288700 4月 12 11:02 HackGen35Console-Bold.woff |
| -rw-r--r-- 1 tomoyan tomoyan 3611920 4月 12 11:02 HackGen35Console-Bold.woff2 |
| -rw-r--r-- 1 tomoyan tomoyan 10709828 12月 29 16:04 HackGen35Console-Regular.ttf |
| -rw-r--r-- 1 tomoyan tomoyan 5155420 4月 12 11:02 HackGen35Console-Regular.woff |
| -rw-r--r-- 1 tomoyan tomoyan 3441384 4月 12 11:03 HackGen35Console-Regular.woff2 |
| -rw-r--r-- 1 tomoyan tomoyan 11251244 12月 29 16:04 HackGenConsole-Bold.ttf |
| -rw-r--r-- 1 tomoyan tomoyan 5291272 4月 12 11:03 HackGenConsole-Bold.woff |
| -rw-r--r-- 1 tomoyan tomoyan 3615088 4月 12 11:04 HackGenConsole-Bold.woff2 |
| -rw-r--r-- 1 tomoyan tomoyan 10709744 12月 29 16:04 HackGenConsole-Regular.ttf |
| -rw-r--r-- 1 tomoyan tomoyan 5158008 4月 12 11:04 HackGenConsole-Regular.woff |
| -rw-r--r-- 1 tomoyan tomoyan 3442732 4月 12 11:04 HackGenConsole-Regular.woff2 |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |