Skip to content

Commit

Permalink
Fix: add Firefox-specific font smoothing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Sep 10, 2020
1 parent ed07655 commit 844e853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/_ionicons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

Expand Down
2 changes: 2 additions & 0 deletions app/assets/stylesheets/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ body {
"Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
-moz-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-height: 100%;
height: 100%;
Expand Down

0 comments on commit 844e853

Please sign in to comment.