はじめに(結論)
色々と調べて書いていたが、途中でGoogle Fonts + 日本語 早期アクセス • Google Fonts + Japanese Early Accessを見つけて、一覧があった。
色々と調べて書いていたが、途中でGoogle Fonts + 日本語 早期アクセス • Google Fonts + Japanese Early Accessを見つけて、一覧があった。
<link
href="https://fonts.googleapis.com/earlyaccess/mplus1p.css"
rel="stylesheet"
/>
.wf-mplus1p {
font-family: "Mplus 1p";
}
<link
href="https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css"
rel="stylesheet"
/>
.wf-roundedmplus1c {
font-family: "Rounded Mplus 1c";
}
<link
href="https://fonts.googleapis.com/earlyaccess/hannari.css"
rel="stylesheet"
/>
.wf-hannari {
font-family: "Hannari";
}
<link
href="https://fonts.googleapis.com/earlyaccess/kokoro.css"
rel="stylesheet"
/>
.wf-kokoro {
font-family: "Kokoro";
}
<link
href="https://fonts.googleapis.com/earlyaccess/sawarabimincho.css"
rel="stylesheet"
/>
.wf-sawarabimincho {
font-family: "Sawarabi Mincho";
}
<link
href="https://fonts.googleapis.com/earlyaccess/sawarabigothic.css"
rel="stylesheet"
/>
.wf-sawarabigothic {
font-family: "Sawarabi Gothic";
}
.wf-nikukyu {
font-family: "Nikukyu";
}
<link
href="https://fonts.googleapis.com/earlyaccess/nicomoji.css"
rel="stylesheet"
/>
.wf-nicomoji {
font-family: "Nico Moji";
}
<link
href="https://fonts.googleapis.com/earlyaccess/notosansjapanese.css"
rel="stylesheet"
/>
.wf-notosansjapanese {
font-family: "Noto Sans Japanese";
}
この記事には、fonts.googleapis.com
から 9 つの CSS を読み込んでいる。確認すると、各フォントのウェイトを合計するとフォントファイルが 27 個ほど読み込まれていた。Google の配信の仕方やブラウザの進歩のおかげで(適当)、思ったほど表示に負荷はかかっていないように感じた。もちろん環境によっては見られたものではないかもしれないが、一般的な家庭の回線で難なく読み込みが出来ている事が確認できたのは収穫だ。