We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import * as React from 'react'; import { Global, css } from '@emotion/react'; const NotoSansKR: React.FC = () => { return ( <Global styles={css` @import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700&display=swap&subset=korean'); `} /> ); }; const always = () => true; export default React.memo(NotoSansKR, always);
https://github.com/devsisters/web-packages/blob/master/packages/gatsby-theme-emotion-webfonts/src/components/ko/NotoSansKR/index.tsx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
References
The text was updated successfully, but these errors were encountered: