diff --git a/polaris-react/src/components/AppProvider/AppProvider.scss b/polaris-react/src/components/AppProvider/AppProvider.scss index 878302d2f21..b8b9c446f7f 100644 --- a/polaris-react/src/components/AppProvider/AppProvider.scss +++ b/polaris-react/src/components/AppProvider/AppProvider.scss @@ -55,17 +55,6 @@ html { text-rendering: optimizeLegibility; } -/* - To support dynamic type in iOS, we need to set Apple's - system font and then define font-families and rem-based - font-sizes on descendant elements: -*/ -@supports (font: -apple-system-body) { - html { - font: -apple-system-body; - } -} - body { min-height: 100%; margin: 0;