tweak font

This commit is contained in:
Kaz Saita(raspi4) 2024-03-21 19:34:05 +09:00
parent 165e6e0ed3
commit ed1abe90a2

View file

@ -8,7 +8,7 @@ $header-font-size-h6 : $default-font-size * 1.2;
$header-line-height : 120%; $header-line-height : 120%;
$header-font-family: "BIZ UDPGothic", "Helvetica Neue", "Helvetica", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; $header-font-family: "BIZ UDPGothic", "Helvetica Neue", "Helvetica", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
$body-font-family: "BIZ UDPMincho", "Times New Roman", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; $body-font-family: "Times New Roman", "BIZ UDPMincho", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
$pre-font-family: "Inconsolata", "Noto Mono", monospace; $pre-font-family: "Inconsolata", "Noto Mono", monospace;
@ -17,6 +17,10 @@ html {
font-size: $root-font-size !important; font-size: $root-font-size !important;
} }
body {
font-family: $body-font-family !important;
}
h1 { h1 {
font-size: 1.75rem !important; font-size: 1.75rem !important;
font-family: $header-font-family !important; font-family: $header-font-family !important;