Skip to content

Instantly share code, notes, and snippets.

@ianrose
Last active August 29, 2015 14:15
Show Gist options
  • Save ianrose/e32798649c6cf49765b4 to your computer and use it in GitHub Desktop.
Save ianrose/e32798649c6cf49765b4 to your computer and use it in GitHub Desktop.
@import "path/your-reset.styl"
/* 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.styl partial */
@import "path/_typesettings.styl"
@import "path/your-styles"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment