Skip to content

Instantly share code, notes, and snippets.

@jikkujose
Created July 7, 2017 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jikkujose/0ff93c7a29be80144a5dde514fac1d73 to your computer and use it in GitHub Desktop.
Save jikkujose/0ff93c7a29be80144a5dde514fac1d73 to your computer and use it in GitHub Desktop.
Style Components global style injection
import { injectGlobal } from 'styled-components';
injectGlobal`
body {
font-family: Lato;
}
`
// import the file in the root index file as:
// import './styles/global.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment