Skip to content

Commit

Permalink
フォントレンダリングを調整
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Nov 22, 2020
1 parent d1ca851 commit 7660839
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/client/style.scss
Expand Up @@ -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);
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7660839

Please sign in to comment.