diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-29 16:26:50 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-29 16:26:50 +0900 |
| commit | 133766bf8c8ab44e24fbf4d4dd9e6a614327ac75 (patch) | |
| tree | 03bcf106a015544ec64f98e83f80b22f9f7030d2 | |
| parent | wip (diff) | |
| download | misskey-133766bf8c8ab44e24fbf4d4dd9e6a614327ac75.tar.gz misskey-133766bf8c8ab44e24fbf4d4dd9e6a614327ac75.tar.bz2 misskey-133766bf8c8ab44e24fbf4d4dd9e6a614327ac75.zip | |
Use BIZ UDGothic
| -rw-r--r-- | src/client/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/style.scss b/src/client/style.scss index 72a9ace7e0..2e7db10bed 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -26,7 +26,7 @@ html { background-position: center; color: var(--fg); overflow: auto; - font-family: "BIZ UDPGothic", Roboto, HelveticaNeue, Arial, sans-serif; + font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; line-height: 1.35; text-size-adjust: 100%; |