Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
feat: improve font scaling in mobile safari
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Jan 7, 2021
1 parent e7ad577 commit d832a66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cherry-postcss",
"version": "0.0.1-2",
"version": "0.0.1-3",
"description": "Cherry for PostCSS",
"author": "Luan Gjokaj <[email protected]>",
"homepage": "https://cherry.design",
Expand Down
1 change: 1 addition & 0 deletions src/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body {

body {
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
font-family: var(--font-text);
font-size: var(--size-text-mobile);
Expand Down

0 comments on commit d832a66

Please sign in to comment.