Skip to content

Instantly share code, notes, and snippets.

@nlsandler
nlsandler / main.scss
Created December 1, 2017 16:17
SCSS for norasandler.com (customized from Jekyll minima theme)
@import "minima";
/* Global styling */
$heading-font-family: "Courier New", Courier, monospace !default;
@for $i from 1 through 6 {
h#{$i} {
font-family: $heading-font-family;
}
}