@mixin header-font {
font-family: $header-font, sans-serif; font-weight: normal;
}
@mixin text-font {
font-family: $text-font, serif;
}
%vertical-rhythm {
margin-bottom: $spacing-unit / 2;
}
@mixin header-font {
font-family: $header-font, sans-serif; font-weight: normal;
}
@mixin text-font {
font-family: $text-font, serif;
}
%vertical-rhythm {
margin-bottom: $spacing-unit / 2;
}