Skip to content

Instantly share code, notes, and snippets.

@hmans
Created February 25, 2012 20:52
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 hmans/1910651 to your computer and use it in GitHub Desktop.
Save hmans/1910651 to your computer and use it in GitHub Desktop.
Customizing your SchnitzelPress blog
@import url(http://fonts.googleapis.com/css?family=Inder|PT+Serif:400,700,400italic,700italic);
// Use custom fonts, yeah
$font-default: 16px "PT Serif";
$font-header: 15px "Inder";
// How about a different color scheme?
$color-background: #333;
$color-text: #ccc;
$color-extra: #f93;
@import 'schnitzelpress';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment