Revisão | 118 (tree) |
---|---|
Hora | 2022-10-12 12:45:02 |
Autor | ![]() |
* catalpa 0.9.1
@@ -24,8 +24,8 @@ | ||
24 | 24 | --blockquote-font-family: var(--font-family-sans-serif-italic); |
25 | 25 | --blockquote-color: #e8e8e8; |
26 | 26 | |
27 | - --font-family-sans-serif: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", 'YuGothic', "Roboto", "Droid Sans", sans-serif; | |
28 | - --font-family-sans-serif-italic: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", 'YuGothic', "Roboto", "Droid Sans", sans-serif; | |
27 | + --font-family-sans-serif: "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", 'YuGothic', "Roboto", "Droid Sans", sans-serif; | |
28 | + --font-family-sans-serif-italic: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", 'YuGothic', "Roboto", "Droid Sans", sans-serif; | |
29 | 29 | --font-family-serif: "Hiragino Mincho ProN", "Yu Mincho Medium", "Yu Mincho", "YuMincho", serif; |
30 | 30 | --font-family-monospace: "Consolas", "Meiryo", "monaco", "Osaka−等幅", "Osaka-mono", monospace; |
31 | 31 | --font-family-arial: "Arial", "Helvetica Neue", "Helvetica", sans-serif; |
@@ -52,6 +52,7 @@ | ||
52 | 52 | html { |
53 | 53 | overflow-y: scroll; /* 常にスクロールバーを表示します */ |
54 | 54 | scroll-behavior: smooth; /* スムースにスクロールします */ |
55 | + font-family: var(--font-family-sans-serif); | |
55 | 56 | font-size: var(--content-font-size-px); /* html または :root css で font-size を指定すると 1rem が変更されます。*/ |
56 | 57 | } |
57 | 58 |
@@ -24,8 +24,8 @@ | ||
24 | 24 | --blockquote-font-family: var(--font-family-sans-serif-italic); |
25 | 25 | --blockquote-color: #e8e8e8; |
26 | 26 | |
27 | - --font-family-sans-serif: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", 'YuGothic', "Roboto", "Droid Sans", sans-serif; | |
28 | - --font-family-sans-serif-italic: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", 'YuGothic', "Roboto", "Droid Sans", sans-serif; | |
27 | + --font-family-sans-serif: "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", 'YuGothic', "Roboto", "Droid Sans", sans-serif; | |
28 | + --font-family-sans-serif-italic: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", 'YuGothic', "Roboto", "Droid Sans", sans-serif; | |
29 | 29 | --font-family-serif: "Hiragino Mincho ProN", "Yu Mincho Medium", "Yu Mincho", "YuMincho", serif; |
30 | 30 | --font-family-monospace: "Consolas", "Meiryo", "monaco", "Osaka−等幅", "Osaka-mono", monospace; |
31 | 31 | --font-family-arial: "Arial", "Helvetica Neue", "Helvetica", sans-serif; |
@@ -52,6 +52,7 @@ | ||
52 | 52 | html { |
53 | 53 | overflow-y: scroll; /* 常にスクロールバーを表示します */ |
54 | 54 | scroll-behavior: smooth; /* スムースにスクロールします */ |
55 | + font-family: var(--font-family-sans-serif); | |
55 | 56 | font-size: var(--content-font-size-px); /* html または :root css で font-size を指定すると 1rem が変更されます。*/ |
56 | 57 | } |
57 | 58 |