Skip to content

Commit

Permalink
fonts: prevent browser from changing font-size (#1020)
Browse files Browse the repository at this point in the history
Closes #125
  • Loading branch information
fabiosantoscode authored Feb 24, 2020
1 parent 754a73f commit 569e53d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/static/fonts/fonts.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Prevent mobile browsers from changing font-size */
* {
-webkit-text-size-adjust: none;
text-size-adjust: none;
}

@font-face {
font-family: BrandonGrotesque;
src: url('/static/fonts/Brandon_reg.otf');
Expand Down

0 comments on commit 569e53d

Please sign in to comment.