Skip to content

Commit

Permalink
no-style-please: Segoe UI looks bad
Browse files Browse the repository at this point in the history
  • Loading branch information
bmndc authored Jun 20, 2024
1 parent af4fb43 commit f3dc4f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/no-style-please.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ html {
body {
color: var(--text-color); // default: white
// default: monospace
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; // default: 16px
line-height: 1.6; // default: 1.4
line-height: 1.5; // default: 1.4
margin: 0;
min-height: 100%;
overflow-wrap: break-word;
Expand Down Expand Up @@ -164,4 +164,4 @@ img {
text-overflow: ellipsis;
white-space: nowrap; // Don't do new lines after ellipsis
overflow: hidden; // Don't show anything after ellipsis
}
}

0 comments on commit f3dc4f3

Please sign in to comment.