Skip to content

Commit

Permalink
Enhance: Fontを元に戻した
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyatea committed Sep 21, 2024
1 parent 9c4b2d4 commit 21e64ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/frontend/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@
background-color: var(--accent);
}

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

html {
background-color: var(--bg);
color: var(--fg);
accent-color: var(--accent);
overflow: auto;
overflow-wrap: break-word;
font-family: "M PLUS Rounded 1c", 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
font-family: 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
font-size: 14px;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
Expand Down

0 comments on commit 21e64ef

Please sign in to comment.