diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-22 17:58:08 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-22 17:58:08 +0900 |
| commit | 7660839e40cb40ac80c26c5548686f9e37ced5fc (patch) | |
| tree | 2a00198555aca8366c18a404367a464465cbab2c /src/client | |
| parent | Update webpack (diff) | |
| download | sharkey-7660839e40cb40ac80c26c5548686f9e37ced5fc.tar.gz sharkey-7660839e40cb40ac80c26c5548686f9e37ced5fc.tar.bz2 sharkey-7660839e40cb40ac80c26c5548686f9e37ced5fc.zip | |
フォントレンダリングを調整
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/style.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/client/style.scss b/src/client/style.scss index 846cf01939..d7a78dc9c9 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -26,6 +26,9 @@ html { background-position: center; color: var(--fg); overflow: auto; + font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; + line-height: 1.3em; + text-size-adjust: 100%; &, * { scrollbar-color: var(--scrollbarHandle) var(--panel); @@ -88,8 +91,6 @@ html, body { margin: 0; padding: 0; scroll-behavior: smooth; - text-size-adjust: 100%; - font-family: Roboto, HelveticaNeue, Arial, sans-serif; } a { @@ -160,6 +161,8 @@ hr { tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; font-size: 1em; + font-family: inherit; + line-height: inherit; &, * { @extend ._noSelect; |