```
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
font-family: "Helvetica Neue","Roboto",
Arial,
"Noto Sans JP",
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
font-feature-settings: "palt";
}
```
Noto Sans JPはWindowsで搭載されたのでそれを使用。そのほかは大体基本的なやつ。
## リンク
- [[CSSで日本語フォントの文字間調整]]
- [2025年に最適なfont-familyの書き方 - ICS MEDIA](https://ics.media/entry/200317/)
- [Windows 10/11に「Noto」フォントが標準搭載へ ~日中韓のWebブラウジングが改善 - 窓の杜](https://forest.watch.impress.co.jp/docs/news/1670239.html)