Skip to content

Instantly share code, notes, and snippets.

@ianrose
Last active August 29, 2015 13:56
Show Gist options
  • Save ianrose/9042257 to your computer and use it in GitHub Desktop.
Save ianrose/9042257 to your computer and use it in GitHub Desktop.
@import "path/your-reset";
// Your settings for Typesettings :)
$font-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
$font-serif: Georgia, 'Times New Roman', serif;
$font-mono: 'Lucida Console', Monaco, monospace;
$text-color: #000;
$base-vertical-unit: 6px;
$base-line-multi: 4;
$base-font-size: 16px;
$ms-ratio: 1.414;
$paragraph-indent: true;
$paragraph-justify: true;
$load-typesetted: true;
// Here is the _typesettings.scss partial
@import "path/typesettings";
@import "path/your-styles";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment