web:web_font

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
web:web_font [2023/03/13 16:33] – [オープンなライセンスの HackGen さんを Web フォントに変換する] ともやんweb:web_font [2023/09/23 11:05] (現在) – [TrueType(.ttf) から Web Open Font Format(.woff と .woff2) へ変換🤤] ともやん
行 4: 行 4:
 ===== Web フォントの形式 ===== ===== Web フォントの形式 =====
 ^  拡張子  ^  形式  ^  説明  ^ ^  拡張子  ^  形式  ^  説明  ^
-|  .woff2  | [[https://www.w3.org/TR/WOFF2/|Web Open Font Format 2.0]]  | [[https://ja.wikipedia.org/wiki/Web_Open_Font_Format|Web Open Font Format (WOFF)]] 2.0 は、Google によるリファレンス実装と共に公開された。フォントの圧縮に [[https://ja.wikipedia.org/wiki/Brotli|Brotli]] を使用するように改善された。 +|  .woff2  | [[https://www.w3.org/TR/WOFF2/|Web Open Font Format 2.0]]  | [[wwjp>Web_Open_Font_Format|Web Open Font Format (WOFF)]] 2.0 は、Google によるリファレンス実装と共に公開された。フォントの圧縮に [[wwjp>Brotli|Brotli]] を使用するように改善された。 
-|  .woff  | [[https://www.w3.org/TR/WOFF/|Web Open Font Format 1.0]]  | [[https://ja.wikipedia.org/wiki/Web_Open_Font_Format|Web Open Font Format (WOFF)]] は、ウェブページで使用するためのフォント形式である。WOFF は OpenType 又は TrueType 形式のフォントを圧縮し、XMLによるメタデータを追加したものとなっている。 +|  .woff  | [[https://www.w3.org/TR/WOFF/|Web Open Font Format 1.0]]  | [[wwjp>Web_Open_Font_Format|Web Open Font Format (WOFF)]] は、ウェブページで使用するためのフォント形式である。WOFF は OpenType 又は TrueType 形式のフォントを圧縮し、XMLによるメタデータを追加したものとなっている。 
-|  .ttf  | [[https://ja.wikipedia.org/wiki/TrueType|TrueType - Wikipedia]]  | TrueType (トゥルータイプ) はデジタルフォントの規格である。Windows や macOS、Linux で標準的に利用されている。 +|  .ttf  | [[wwjp>TrueType|TrueType]]  | TrueType (トゥルータイプ) はデジタルフォントの規格である。Windows や macOS、Linux で標準的に利用されている。 
-|  .eof  | [[https://en.wikipedia.org/wiki/Embedded_OpenType|Embedded OpenType]]  | Web ページの埋め込みフォントとして使用するために Microsoft が設計したコンパクトな OpenType フォントである。MS IE でのみサポートされる。  |+|  .eof  | [[wwjp>Embedded_OpenType|Embedded OpenType]]  | Web ページの埋め込みフォントとして使用するために Microsoft が設計したコンパクトな OpenType フォントである。MS IE でのみサポートされる。  |
  
   * EOT 形式と TTF 形式はデフォルトで圧縮されていない。\\ これらの形式を提供する場合は GZIP 圧縮を適用するように Web サーバーを設定する必要がある。   * EOT 形式と TTF 形式はデフォルトで圧縮されていない。\\ これらの形式を提供する場合は GZIP 圧縮を適用するように Web サーバーを設定する必要がある。
行 13: 行 13:
   * WOFF2 では独自の前処理アルゴリズムと圧縮アルゴリズムが使用されており、WOFF 形式よりも約 30% ファイルサイズが削減されている。   * WOFF2 では独自の前処理アルゴリズムと圧縮アルゴリズムが使用されており、WOFF 形式よりも約 30% ファイルサイズが削減されている。
  
-===== TrueType(.ttf) から Web Open Font Format(.woff, .woff2) への変換 (Linux) =====+===== TrueType(.ttf) から Web Open Font Format(.woff, .woff2) への変換 (Linux)🤤 =====
 Linux では sfnt2woff (ttf => woff) と woff2_compress (ttf => woff2) コマンドが必要...🤔\\ Linux では sfnt2woff (ttf => woff) と woff2_compress (ttf => woff2) コマンドが必要...🤔\\
 <WRAP color_term> <WRAP color_term>
行 79: 行 79:
 </WRAP> </WRAP>
  
-==== オープンなライセンスの 白源/HackGen さんを Web フォントに変換する ==== +==== オープンなライセンスの 白源/HackGen さんを Web フォントに変換する🤤 ==== 
-[[git>yuru7/HackGen|白源/HackGen]] さんをダウンロードする🤤\\+[[git>yuru7/HackGen|白源/HackGen]] さんをダウンロードする🤔\\
 [[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> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<b class=GRN>$</b> <b class=HIY>curl</b> <b class=HIK>-LO</b> https://github.com/yuru7/HackGen/releases/download/v2.8.0/HackGen_v2.8.0.zip+<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> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
-  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current+% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed                                  Dload  Upload   Total   Spent    Left  Speed
   0        0        0          0      0 --:--:-- --:--:-- --:--:--     0   0        0        0          0      0 --:--:-- --:--:-- --:--:--     0
-100 38.5M  100 38.5M        0  2819k       0:00:14  0:00:14 --:--:-- 3598k+100 23.0M  100 23.0M        0  8693k       0:00:02  0:00:02 --:--:-- 11.2M
 </pre></html></WRAP> </pre></html></WRAP>
  
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<b class=GRN>$</b> <b class=HIY>curl</b> <b class=HIK>-LO</b> https://github.com/yuru7/HackGen/releases/download/v2.8.0/HackGen_NF_v2.8.0.zip+<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> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
-  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current+% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed                                  Dload  Upload   Total   Spent    Left  Speed
   0        0        0          0      0 --:--:-- --:--:-- --:--:--     0   0        0        0          0      0 --:--:-- --:--:-- --:--:--     0
-100 42.4M  100 42.4M        0  2808k       0:00:15  0:00:15 --:--:-- 3031k+100 38.5M  100 38.5M        0  9460k       0:00:04  0:00:04 --:--:-- 11.3M
 </pre></html></WRAP> </pre></html></WRAP>
  
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<b class=GRN>$</b> <b class=HIY>unzip</b> HackGen_v2.8.0.zip+<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> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
-Archive:  HackGen_v2.8.0.zip +Archive:  HackGen_v2.9.0.zip 
-   creating: HackGen_v2.8.0/ +   creating: HackGen_v2.9.0/ 
-  inflating: HackGen_v2.8.0/HackGen-Bold.ttf   +  inflating: HackGen_v2.9.0/HackGen-Bold.ttf   
-  inflating: HackGen_v2.8.0/HackGen-Regular.ttf   +  inflating: HackGen_v2.9.0/HackGen-Regular.ttf   
-  inflating: HackGen_v2.8.0/HackGen35-Bold.ttf   +  inflating: HackGen_v2.9.0/HackGen35-Bold.ttf   
-  inflating: HackGen_v2.8.0/HackGen35-Regular.ttf   +  inflating: HackGen_v2.9.0/HackGen35-Regular.ttf   
-  inflating: HackGen_v2.8.0/HackGen35Console-Bold.ttf   +  inflating: HackGen_v2.9.0/HackGen35Console-Bold.ttf   
-  inflating: HackGen_v2.8.0/HackGen35Console-Regular.ttf   +  inflating: HackGen_v2.9.0/HackGen35Console-Regular.ttf   
-  inflating: HackGen_v2.8.0/HackGenConsole-Bold.ttf   +  inflating: HackGen_v2.9.0/HackGenConsole-Bold.ttf   
-  inflating: HackGen_v2.8.0/HackGenConsole-Regular.ttf+  inflating: HackGen_v2.9.0/HackGenConsole-Regular.ttf
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<b class=GRN>$</b> <b class=HIY>unzip</b> HackGen_NF_v2.8.0.zip+<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> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
-Archive:  HackGen_NF_v2.8.0.zip +Archive:  HackGen_NF_v2.9.0.zip 
-   creating: HackGen_NF_v2.8.0/ +   creating: HackGen_NF_v2.9.0/ 
-  inflating: HackGen_NF_v2.8.0/HackGen35ConsoleNF-Bold.ttf   +  inflating: HackGen_NF_v2.9.0/HackGen35ConsoleNF-Bold.ttf   
-  inflating: HackGen_NF_v2.8.0/HackGen35ConsoleNF-Regular.ttf   +  inflating: HackGen_NF_v2.9.0/HackGen35ConsoleNF-Regular.ttf   
-  inflating: HackGen_NF_v2.8.0/HackGen35ConsoleNFJ-Bold.ttf   +  inflating: HackGen_NF_v2.9.0/HackGenConsoleNF-Bold.ttf   
-  inflating: HackGen_NF_v2.8.0/HackGen35ConsoleNFJ-Regular.ttf   +  inflating: HackGen_NF_v2.9.0/HackGenConsoleNF-Regular.ttf
-  inflating: HackGen_NF_v2.8.0/HackGenConsoleNF-Bold.ttf   +
-  inflating: HackGen_NF_v2.8.0/HackGenConsoleNF-Regular.ttf   +
-  inflating: HackGen_NF_v2.8.0/HackGenConsoleNFJ-Bold.ttf   +
-  inflating: HackGen_NF_v2.8.0/HackGenConsoleNFJ-Regular.ttf+
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
行 139: 行 135:
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<b class=GRN>$</b> <b class=HIY>cd</b> HackGen_v2.8.0 +<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">cd</span> <u style="text-decoration-style:single">HackGen_v2.9.0</u> 
-<b class=GRN>$</b> <b class=HIY>ls</b> *.ttf | <b class=HIY>xargs</b> <b class=HIK>-i</b> sh <b class=HIK>-c</b'sfnt2woff {} && woff2_compress {}'+<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">&apos;sfnt2woff </span><span style="color:#13496F"><b>{}</b></span><span style="color:#A2734C"> &amp;&amp; woff2_compress </span><span style="color:#13496F"><b>{}</b></span><span style="color:#A2734C">&apos;</span>
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
 Processing HackGen-Bold.ttf => HackGen-Bold.woff2 Processing HackGen-Bold.ttf => HackGen-Bold.woff2
-Compressed 9099366 to 3604462.+Compressed 9099366 to 3604694.
 Processing HackGen-Regular.ttf => HackGen-Regular.woff2 Processing HackGen-Regular.ttf => HackGen-Regular.woff2
-Compressed 8646957 to 3431130.+Compressed 8646957 to 3431083.
 Processing HackGen35-Bold.ttf => HackGen35-Bold.woff2 Processing HackGen35-Bold.ttf => HackGen35-Bold.woff2
-Compressed 9099743 to 3604929.+Compressed 9099743 to 3605098.
 Processing HackGen35-Regular.ttf => HackGen35-Regular.woff2 Processing HackGen35-Regular.ttf => HackGen35-Regular.woff2
-Compressed 8647249 to 3430780.+Compressed 8647249 to 3431110.
 Processing HackGen35Console-Bold.ttf => HackGen35Console-Bold.woff2 Processing HackGen35Console-Bold.ttf => HackGen35Console-Bold.woff2
-Compressed 9119537 to 3613329.+Compressed 9119537 to 3613699.
 Processing HackGen35Console-Regular.ttf => HackGen35Console-Regular.woff2 Processing HackGen35Console-Regular.ttf => HackGen35Console-Regular.woff2
-Compressed 8671988 to 3441638.+Compressed 8671988 to 3441818.
 Processing HackGenConsole-Bold.ttf => HackGenConsole-Bold.woff2 Processing HackGenConsole-Bold.ttf => HackGenConsole-Bold.woff2
-Compressed 9119552 to 3613732.+Compressed 9119552 to 3614099.
 Processing HackGenConsole-Regular.ttf => HackGenConsole-Regular.woff2 Processing HackGenConsole-Regular.ttf => HackGenConsole-Regular.woff2
-Compressed 8669945 to 3444466.+Compressed 8669945 to 3443688.
 </pre></html></WRAP> </pre></html></WRAP>
  
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<b class=GRN>$</b> <b class=HIY>ll</b>+<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">ll</span>
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
 合計 153772 合計 153772
--rw-r--r-- 1 tomoyan tomoyan 11239764 12月 17 15:38 HackGen-Bold.ttf +-rw-r--r-- 1 tomoyan tomoyan 11239764  5月  17:51 HackGen-Bold.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5243648  3月 13 16:21 HackGen-Bold.woff +-rw-r--r-- 1 tomoyan tomoyan  5243656  9月 23 10:52 HackGen-Bold.woff 
--rw-r--r-- 1 tomoyan tomoyan  3604568  3月 13 16:21 HackGen-Bold.woff2 +-rw-r--r-- 1 tomoyan tomoyan  3604800  9月 23 10:52 HackGen-Bold.woff2 
--rw-r--r-- 1 tomoyan tomoyan 10695124 12月 17 15:38 HackGen-Regular.ttf +-rw-r--r-- 1 tomoyan tomoyan 10695124  5月  17:51 HackGen-Regular.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5106724  3月 13 16:21 HackGen-Regular.woff +-rw-r--r-- 1 tomoyan tomoyan  5106732  9月 23 10:52 HackGen-Regular.woff 
--rw-r--r-- 1 tomoyan tomoyan  3431236  3月 13 16:22 HackGen-Regular.woff2 +-rw-r--r-- 1 tomoyan tomoyan  3431188  9月 23 10:53 HackGen-Regular.woff2 
--rw-r--r-- 1 tomoyan tomoyan 11239408 12月 17 15:38 HackGen35-Bold.ttf +-rw-r--r-- 1 tomoyan tomoyan 11239408  5月  17:51 HackGen35-Bold.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5243104  3月 13 16:22 HackGen35-Bold.woff +-rw-r--r-- 1 tomoyan tomoyan  5243108  9月 23 10:53 HackGen35-Bold.woff 
--rw-r--r-- 1 tomoyan tomoyan  3605036  3月 13 16:22 HackGen35-Bold.woff2 +-rw-r--r-- 1 tomoyan tomoyan  3605204  9月 23 10:53 HackGen35-Bold.woff2 
--rw-r--r-- 1 tomoyan tomoyan 10694628 12月 17 15:38 HackGen35-Regular.ttf +-rw-r--r-- 1 tomoyan tomoyan 10694628  5月  17:51 HackGen35-Regular.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5105316  3月 13 16:22 HackGen35-Regular.woff +-rw-r--r-- 1 tomoyan tomoyan  5105320  9月 23 10:53 HackGen35-Regular.woff 
--rw-r--r-- 1 tomoyan tomoyan  3430888  3月 13 16:23 HackGen35-Regular.woff2 +-rw-r--r-- 1 tomoyan tomoyan  3431216  9月 23 10:54 HackGen35-Regular.woff2 
--rw-r--r-- 1 tomoyan tomoyan 11250760 12月 17 15:38 HackGen35Console-Bold.ttf +-rw-r--r-- 1 tomoyan tomoyan 11250760  5月  17:51 HackGen35Console-Bold.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5250216  3月 13 16:23 HackGen35Console-Bold.woff +-rw-r--r-- 1 tomoyan tomoyan  5250220  9月 23 10:54 HackGen35Console-Bold.woff 
--rw-r--r-- 1 tomoyan tomoyan  3613436  3月 13 16:24 HackGen35Console-Bold.woff2 +-rw-r--r-- 1 tomoyan tomoyan  3613804  9月 23 10:54 HackGen35Console-Bold.woff2 
--rw-r--r-- 1 tomoyan tomoyan 10711388 12月 17 15:38 HackGen35Console-Regular.ttf +-rw-r--r-- 1 tomoyan tomoyan 10711388  5月  17:51 HackGen35Console-Regular.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5113100  3月 13 16:24 HackGen35Console-Regular.woff +-rw-r--r-- 1 tomoyan tomoyan  5113104  9月 23 10:54 HackGen35Console-Regular.woff 
--rw-r--r-- 1 tomoyan tomoyan  3441744  3月 13 16:24 HackGen35Console-Regular.woff2 +-rw-r--r-- 1 tomoyan tomoyan  3441924  9月 23 10:55 HackGen35Console-Regular.woff2 
--rw-r--r-- 1 tomoyan tomoyan 11251872 12月 17 15:38 HackGenConsole-Bold.ttf +-rw-r--r-- 1 tomoyan tomoyan 11251872  5月  17:51 HackGenConsole-Bold.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5252104  3月 13 16:24 HackGenConsole-Bold.woff +-rw-r--r-- 1 tomoyan tomoyan  5252108  9月 23 10:55 HackGenConsole-Bold.woff 
--rw-r--r-- 1 tomoyan tomoyan  3613840  3月 13 16:25 HackGenConsole-Bold.woff2 +-rw-r--r-- 1 tomoyan tomoyan  3614204  9月 23 10:55 HackGenConsole-Bold.woff2 
--rw-r--r-- 1 tomoyan tomoyan 10710336 12月 17 15:38 HackGenConsole-Regular.ttf +-rw-r--r-- 1 tomoyan tomoyan 10710336  5月  17:51 HackGenConsole-Regular.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5115608  3月 13 16:25 HackGenConsole-Regular.woff +-rw-r--r-- 1 tomoyan tomoyan  5115612  9月 23 10:55 HackGenConsole-Regular.woff 
--rw-r--r-- 1 tomoyan tomoyan  3444572  3月 13 16:25 HackGenConsole-Regular.woff2+-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>
-<b class=GRN>$</b> <b class=HIY>cd</b> HackGen_NF_v2.8.0 +<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> 
-<b class=GRN>$</b> <b class=HIY>ls</b> *.ttf | <b class=HIY>xargs</b> <b class=HIK>-i</b> sh <b class=HIK>-c</b'sfnt2woff {} && woff2_compress {}'+<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">&apos;sfnt2woff </span><span style="color:#13496F"><b>{}</b></span><span style="color:#A2734C"> &amp;&amp; woff2_compress </span><span style="color:#13496F"><b>{}</b></span><span style="color:#A2734C">&apos;</span>
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
 Processing HackGen35ConsoleNF-Bold.ttf => HackGen35ConsoleNF-Bold.woff2 Processing HackGen35ConsoleNF-Bold.ttf => HackGen35ConsoleNF-Bold.woff2
-Compressed 9798935 to 4025600.+Compressed 10551428 to 4365109.
 Processing HackGen35ConsoleNF-Regular.ttf => HackGen35ConsoleNF-Regular.woff2 Processing HackGen35ConsoleNF-Regular.ttf => HackGen35ConsoleNF-Regular.woff2
-Compressed 9351424 to 3847337. +Compressed 10103895 to 4187458.
-Processing HackGen35ConsoleNFJ-Bold.ttf => HackGen35ConsoleNFJ-Bold.woff2 +
-Compressed 9824153 to 4020467. +
-Processing HackGen35ConsoleNFJ-Regular.ttf => HackGen35ConsoleNFJ-Regular.woff2 +
-Compressed 9376580 to 3848276.+
 Processing HackGenConsoleNF-Bold.ttf => HackGenConsoleNF-Bold.woff2 Processing HackGenConsoleNF-Bold.ttf => HackGenConsoleNF-Bold.woff2
-Compressed 9798945 to 4028240.+Compressed 10551379 to 4366483.
 Processing HackGenConsoleNF-Regular.ttf => HackGenConsoleNF-Regular.woff2 Processing HackGenConsoleNF-Regular.ttf => HackGenConsoleNF-Regular.woff2
-Compressed 9349376 to 3849100. +Compressed 10101788 to 4189298.
-Processing HackGenConsoleNFJ-Bold.ttf => HackGenConsoleNFJ-Bold.woff2 +
-Compressed 9824163 to 4022727. +
-Processing HackGenConsoleNFJ-Regular.ttf => HackGenConsoleNFJ-Regular.woff2 +
-Compressed 9374532 to 3849248.+
 </pre></html></WRAP> </pre></html></WRAP>
  
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<b class=GRN>$</b> <b class=HIY>ll</b>+<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">ll</span>
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
-合計 167896 +合計 90800 
--rw-r--r-- 1 tomoyan tomoyan 12117088 12月 17 15:38 HackGen35ConsoleNF-Bold.ttf +-rw-r--r-- 1 tomoyan tomoyan 13060044  5月  17:51 HackGen35ConsoleNF-Bold.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5754888  3月 13 16:27 HackGen35ConsoleNF-Bold.woff +-rw-r--r-- 1 tomoyan tomoyan  6238424  9月 23 11:01 HackGen35ConsoleNF-Bold.woff 
--rw-r--r-- 1 tomoyan tomoyan  4025708  3月 13 16:28 HackGen35ConsoleNF-Bold.woff2 +-rw-r--r-- 1 tomoyan tomoyan  4365216  9月 23 11:01 HackGen35ConsoleNF-Bold.woff2 
--rw-r--r-- 1 tomoyan tomoyan 11577752 12月 17 15:38 HackGen35ConsoleNF-Regular.ttf +-rw-r--r-- 1 tomoyan tomoyan 12520684  5月  17:51 HackGen35ConsoleNF-Regular.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5617728  3月 13 16:28 HackGen35ConsoleNF-Regular.woff +-rw-r--r-- 1 tomoyan tomoyan  6101096  9月 23 11:01 HackGen35ConsoleNF-Regular.woff 
--rw-r--r-- 1 tomoyan tomoyan  3847444  3月 13 16:28 HackGen35ConsoleNF-Regular.woff2 +-rw-r--r-- 1 tomoyan tomoyan  4187564  9月 23 11:02 HackGen35ConsoleNF-Regular.woff2 
--rw-r--r-- 1 tomoyan tomoyan 12142304 12月 17 15:38 HackGen35ConsoleNFJ-Bold.ttf +-rw-r--r-- 1 tomoyan tomoyan 13061184  5月  3 17:51 HackGenConsoleNF-Bold.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5755804  3月 13 16:28 HackGen35ConsoleNFJ-Bold.woff +-rw-r--r-- 1 tomoyan tomoyan  6240728  9月 23 11:02 HackGenConsoleNF-Bold.woff 
--rw-r--r-- 1 tomoyan tomoyan  4020572  3月 13 16:29 HackGen35ConsoleNFJ-Bold.woff2 +-rw-r--r-- 1 tomoyan tomoyan  4366588  9月 23 11:02 HackGenConsoleNF-Bold.woff2 
--rw-r--r-- 1 tomoyan tomoyan 11602908 12月 17 15:38 HackGen35ConsoleNFJ-Regular.ttf +-rw-r--r-- 1 tomoyan tomoyan 12519656  5月  17:51 HackGenConsoleNF-Regular.ttf 
--rw-r--r-- 1 tomoyan tomoyan  5618736  3月 13 16:29 HackGen35ConsoleNFJ-Regular.woff +-rw-r--r-- 1 tomoyan tomoyan  6104016  9月 23 11:02 HackGenConsoleNF-Regular.woff 
--rw-r--r-- 1 tomoyan tomoyan  3848384  3月 13 16:30 HackGen35ConsoleNFJ-Regular.woff2 +-rw-r--r-- 1 tomoyan tomoyan  4189404  9月 23 11:03 HackGenConsoleNF-Regular.woff2
--rw-r--r-- 1 tomoyan tomoyan 12118276 12月 17 15:38 HackGenConsoleNF-Bold.ttf +
--rw-r--r-- 1 tomoyan tomoyan  5756956  3月 13 16:30 HackGenConsoleNF-Bold.woff +
--rw-r--r-- 1 tomoyan tomoyan  4028348  3月 13 16:30 HackGenConsoleNF-Bold.woff2 +
--rw-r--r-- 1 tomoyan tomoyan 11576772 12月 17 15:38 HackGenConsoleNF-Regular.ttf +
--rw-r--r-- 1 tomoyan tomoyan  5620112  3月 13 16:30 HackGenConsoleNF-Regular.woff +
--rw-r--r-- 1 tomoyan tomoyan  3849208  3月 13 16:31 HackGenConsoleNF-Regular.woff2 +
--rw-r--r-- 1 tomoyan tomoyan 12143492 12月 17 15:38 HackGenConsoleNFJ-Bold.ttf +
--rw-r--r-- 1 tomoyan tomoyan  5757956  3月 13 16:31 HackGenConsoleNFJ-Bold.woff +
--rw-r--r-- 1 tomoyan tomoyan  4022832  3月 13 16:31 HackGenConsoleNFJ-Bold.woff2 +
--rw-r--r-- 1 tomoyan tomoyan 11601928 12月 17 15:38 HackGenConsoleNFJ-Regular.ttf +
--rw-r--r-- 1 tomoyan tomoyan  5621688  3月 13 16:31 HackGenConsoleNFJ-Regular.woff +
--rw-r--r-- 1 tomoyan tomoyan  3849356  3月 13 16:32 HackGenConsoleNFJ-Regular.woff2+
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
行 253: 行 229:
  
 ===== 参考文献 ===== ===== 参考文献 =====
 +[[https://fonts.google.com|Google Fonts]]\\
 [[https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization?hl=ja|ウェブフォントの最適化  |  Web Fundamentals  |  Google Developers]]\\ [[https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization?hl=ja|ウェブフォントの最適化  |  Web Fundamentals  |  Google Developers]]\\
 [[https://01earth.jp/web-create/coding/web-font/|自社サーバーにフォントをアップロードして、Webフォントを使用する方法|株式会社ゼロワンアース]]\\ [[https://01earth.jp/web-create/coding/web-font/|自社サーバーにフォントをアップロードして、Webフォントを使用する方法|株式会社ゼロワンアース]]\\
  • web/web_font.1678692830.txt.gz
  • 最終更新: 2023/03/13 16:33
  • by ともやん