[[CSS]]で`@import`する。
```css
// 例
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:
[email protected]&display=swap");
* {
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
```
上記は[[Google Fonts]]を利用している。