sync notes(auto)
This commit is contained in:
parent
8ea5312186
commit
4331e5907c
2 changed files with 3 additions and 3 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -3,7 +3,7 @@
|
|||
"editor.wrappingIndent": "indent",
|
||||
"editor.overviewRulerBorder": false,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.markdownlint": true
|
||||
"source.fixAll.markdownlint": "explicit"
|
||||
},
|
||||
"[markdown]": {
|
||||
"editor.quickSuggestions": {
|
||||
|
|
|
@ -7,8 +7,8 @@ $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: "Noto Sans", "Bahnschrift", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
|
||||
$body-font-family: "Noto Serif" , "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
|
||||
$header-font-family: "Bahnschrift", "Helvetica Neue", "Helvetica", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
|
||||
$body-font-family: "Times New Roman", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
|
||||
$pre-font-family: "Noto Mono", monospace;
|
||||
|
||||
// put your custom CSS here!
|
||||
|
|
Loading…
Reference in a new issue