Skip to content

Instantly share code, notes, and snippets.

@pixeldesu
Created September 28, 2014 13:13
Show Gist options
  • Save pixeldesu/7d111655fa9d152936fa to your computer and use it in GitHub Desktop.
Save pixeldesu/7d111655fa9d152936fa to your computer and use it in GitHub Desktop.
replace the console-like looking font with Open Sans
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic");
@-moz-document url-prefix("https://ello.co") {
body {
font-family: 'Open Sans', Arial, sans-serif;
}
.heading, .feature__list h1, .feature__list h2, .system-post h1, .notification-post h1, .heading--large, .heading--normal, .system-post h2, .notification-post h2, .notification-post p, .bolded-post p, .delete__dialog h2, .searchbar__field {
font-family: "Open Sans", "AtlasGroteskBold","Helvetica Neue","HelveticaNeue","Helvetica","Arial",sans-serif;
font-style: normal;
font-weight: 700;
text-rendering: optimizelegibility;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment