Browse Source

fix: remove css

fix/enable-imgix
Thomas Osmonson 4 years ago
parent
commit
15a8fabced
  1. 4
      src/components/mdx/overrides.tsx

4
src/components/mdx/overrides.tsx

@ -6,10 +6,6 @@ const GlobalStyles = createGlobalStyle`
* {
font-feature-settings: 'ss01' on;
}
section{
content-visibility: auto;
contain-intrinsic-size: 1000px;
}
html, body {
font-family: 'Soehne', Inter, sans-serif;
}

Loading…
Cancel
Save