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 78eae63 commit a39ae9aCopy full SHA for a39ae9a
packages/site-kit/src/lib/styles/tokens.css
@@ -120,7 +120,8 @@
120
the 0.01 prevents Vite from optimising it to `translate(0, 0)`, which doesn't fix anything */
121
--safari-fix: translate3d(0, 0, 0.01);
122
123
- @media (resolution: 2x) {
+ /* set at 1.75x so if you zoom +/-10% from common settings it won't switch your font */
124
+ @media (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