diff --git a/src/globalStyles.tsx b/src/globalStyles.tsx index 074f345..3b3d0ee 100644 --- a/src/globalStyles.tsx +++ b/src/globalStyles.tsx @@ -8,12 +8,16 @@ import { export const GlobalStyles = createGlobalStyle` html { font-family: ${fontFamily.body}; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; } body { margin: 0; font-size: ${BASE_FONT_SIZE}px; line-height: ${BASE_LINE_HEIGHT}px; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } /* TODO: probably extract this */