SphinxでBIZ UDGothicフォントを使いたい
#Sphinx
#BIZ_UDGothic
Googleフォントは
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=BIZ+UDGothic">
で読み込まれる
html_css_files (Sphinx conf.py)
にこのURLを書いた
html_theme_options
(ref:
Sphinx Alabasterテーマの設定値
)で
font-familyを指定
する