Skip to content

Instantly share code, notes, and snippets.

@hiiamyes
Created April 17, 2019 21:10
Show Gist options
  • Save hiiamyes/e137d63a1c4a6c47abca1f36d975831e to your computer and use it in GitHub Desktop.
Save hiiamyes/e137d63a1c4a6c47abca1f36d975831e to your computer and use it in GitHub Desktop.
GlobalStyle component
import { createGlobalStyle } from "styled-components"
const GlobalStyle = createGlobalStyle`
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment