Created
April 17, 2019 21:10
-
-
Save hiiamyes/e137d63a1c4a6c47abca1f36d975831e to your computer and use it in GitHub Desktop.
GlobalStyle component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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