We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a73a6 commit 2280c44Copy full SHA for 2280c44
packages/site-kit/src/lib/styles/tokens.css
@@ -121,7 +121,7 @@
121
--safari-fix: translate3d(0, 0, 0.01);
122
123
/* set at 1.75x so if you zoom +/-10% from common settings it won't switch your font */
124
- @media (resolution: 1.75x) {
+ @media (min-resolution: 1.75x) {
125
--sk-font-family-body: 'EB Garamond', Georgia, serif;
126
--sk-font-size-body: 2.2rem;
127
--sk-font-size-body-small: 2rem;
0 commit comments