Skip to content

Instantly share code, notes, and snippets.

@rasummer
Last active August 29, 2015 14:01
Show Gist options
  • Save rasummer/47e65654705c8848ab79 to your computer and use it in GitHub Desktop.
Save rasummer/47e65654705c8848ab79 to your computer and use it in GitHub Desktop.
Typesafe.com Default Font Stack
<!-- Source Sans Pro, Weights: 300,400,700 -->
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700' rel='stylesheet' type='text/css'>
<!--Base Font Style for body -->
<style>
body {
font: 1em "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
color: #103a51;
font-smoothing: antialiased;
-webkit-font-size-adjust: none;
font-weight: 400;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment