We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468d6fa commit a8dad3eCopy full SHA for a8dad3e
1 file changed
packages/frontity-org-theme/src/components/index.tsx
@@ -24,7 +24,7 @@ const Theme: React.FC<Connect<FrontityOrg>> = ({ state }) => {
24
<Global styles={css(gutenbergTheme)} />
25
<Global styles={globalStyles(state.theme.colors)} />
26
27
- <FontFace />
+ {/* <FontFace /> */}
28
{state.theme.isTopBannerVisible && <TopBanner />}
29
<HeaderContainer>
30
<Header />
0 commit comments