Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import injectGlobal from 'styled-components';
- injectGlobal`
- @font-face {
- font-family: 'Name';
- font-style: normal;
- font-weight: normal;
- src: url('/file.eot?t33oys');
- src: url('/file.eot?t33oys#iefix')
- format('embedded-opentype'),
- url('/file.ttf?t33oys') format('truetype'),
- url('/file.ttf?.woff?t33oys') format('woff'),
- url('/file.svg?t33oys#iconfont') format('svg');
- }
- // more fonts
- `;
- const globalStyles = () => injectGlobal;
- export default globalStyles;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement