Skip to content

Instantly share code, notes, and snippets.

@samuelba
Last active April 16, 2018 12:22
Show Gist options
  • Save samuelba/c33ac97cfde274c6f1ab1826eec51df5 to your computer and use it in GitHub Desktop.
Save samuelba/c33ac97cfde274c6f1ab1826eec51df5 to your computer and use it in GitHub Desktop.
Default Codepen CSS
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
html {
font-size: 16px;
font-family: 'Roboto', sans-serif !important;
}
body {
font-family: 'Roboto', sans-serif !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment