Skip to content

Instantly share code, notes, and snippets.

@surefirewebserv
Last active December 11, 2015 06:18
Show Gist options
  • Save surefirewebserv/4557901 to your computer and use it in GitHub Desktop.
Save surefirewebserv/4557901 to your computer and use it in GitHub Desktop.
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
color: #222;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 1.6;
margin: 0;
padding: 0;
text-decoration: none;
font-weight: 300;
}
strong,
b {
font-weight:700;
}
@surefirewebserv
Copy link
Author

Replace your @fontface things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment