Skip to content

Commit

Permalink
feat: use different font stack for website (#8560)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeneser committed Jul 1, 2020
1 parent 1c1237d commit ace5fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/static/overrides.css
@@ -1,6 +1,6 @@
html body {
font-family: "Apple SD Gothic Neo", "AppleSDGothicNeo", -apple-system,
BlinkMacSystemFont, Helvetica, Arial, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;

overflow-x: hidden;
}
Expand Down

0 comments on commit ace5fef

Please sign in to comment.