Skip to content

Commit 2280c44

Browse files
committed
doh
1 parent d5a73a6 commit 2280c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-kit/src/lib/styles/tokens.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
--safari-fix: translate3d(0, 0, 0.01);
122122

123123
/* set at 1.75x so if you zoom +/-10% from common settings it won't switch your font */
124-
@media (resolution: 1.75x) {
124+
@media (min-resolution: 1.75x) {
125125
--sk-font-family-body: 'EB Garamond', Georgia, serif;
126126
--sk-font-size-body: 2.2rem;
127127
--sk-font-size-body-small: 2rem;

0 commit comments

Comments
 (0)