[[Nerd Fonts]]の[[CSS]]をimportし、iタグで `nf` クラスと `nf-` から始まるクラスを指定する。
`style.css`
```css
@import "https://www.nerdfonts.com/assets/css/webfont.css";
```
`index.md`
```html
<i class="nf nf-md-reload"></i>
```
クラス名は[[📚Nerd Fonts Cheat Sheet]]の以下 `Class` を押せばコピーできる。
![[Pasted image 20250305231329.png]]