sync notes(auto)

This commit is contained in:
Kaz Saita(raspi4) 2024-03-21 19:30:04 +09:00
parent 1c4ec62ac1
commit 165e6e0ed3
2 changed files with 6 additions and 3 deletions

View file

@ -36,6 +36,8 @@ export default (() => {
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=BIZ+UDPMincho&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=BIZ+UDMincho&family=BIZ+UDPGothic&family=BIZ+UDPMincho&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap" rel="stylesheet" />
</>
)}
{css.map((href) => (

View file

@ -7,9 +7,9 @@ $header-font-size-base : $default-font-size * 1.2;
$header-font-size-h6 : $default-font-size * 1.2;
$header-line-height : 120%;
$header-font-family: "Bahnschrift", "BIZ UDPGothic", "Helvetica Neue", "Helvetica", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
$body-font-family: "Times New Roman", "BIZ UDPMincho", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
$pre-font-family: "Noto Mono", monospace;
$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;
$pre-font-family: "Inconsolata", "Noto Mono", monospace;
// put your custom CSS here!
@ -107,6 +107,7 @@ a.internal {
a.tag-link {
margin-right: 1rem !important;
font-family: $header-font-family !important;
}