フォント設定のときはimportが必要なときもある
例:Kosugi MaruというフォントをScrapboxで使う場合
「Kosugi Maru」というフォントファミリーをimportする方法
code:css
実際に設定を適用しているコード
code:css
body * {
font-family:"UD デジタル 教科書体 NK-B","MotoyaLMaru W3 mono","Kosugi Maru","Roboto",sans-serif !important;
font-weight: border;
}
code:css
code:style.css
.project-home .title {
font-family:
"Hina Mincho",
"DotGothic16",
"New Tegomin",
"Kosugi Maru",
"Dela Gothic One",
sans-serif;
}