Skip to content

Instantly share code, notes, and snippets.

@nerdic-coder
Created May 16, 2018 20:56
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 nerdic-coder/ef7c9e8f91a73990ba41e5022b4ec86e to your computer and use it in GitHub Desktop.
Save nerdic-coder/ef7c9e8f91a73990ba41e5022b4ec86e to your computer and use it in GitHub Desktop.
herostyle.html
<style>
/* Application-wide Styles */
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
h2, h3 {
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
}
body {
margin: 2em;
margin: 0px;
padding: 0px;
font-family: sans-serif;
}
body, input[text], button {
font-family: Cambria, Georgia;
}
/* everywhere else */
* {
font-family: Arial, Helvetica, sans-serif;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment