フォントの変更

2025年07月01日

#configuration


デフォルトは sans-serif(システムのゴシック体)。

システムフォント

[extra]
font = "serif"
font_family = "Georgia"
font_size = "14px"

外部リクエストなしで完結する。

Google Fonts

[extra]
google_fonts_url = "https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap"
font_family = "Noto Serif JP"
font = "serif"

初回だけ Google のサーバーへリクエストが発生する。


Xはてな