diff --git a/sass/base/_typography.scss b/sass/base/_typography.scss index b68753f..2bbfb66 100644 --- a/sass/base/_typography.scss +++ b/sass/base/_typography.scss @@ -1,8 +1,8 @@ $blockquote: $type-border !default; -$sans: "PT Sans", "Helvetica Neue", Arial, sans-serif !default; -$serif: "PT Serif", Georgia, Times, "Times New Roman", serif !default; -$mono: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !default; -$heading-font-family: "PT Serif", "Georgia", "Helvetica Neue", Arial, sans-serif !default; +$sans: "Lato", "Helvetica Neue", Arial, sans-serif !default; +$serif: "Lora", Georgia, Times, "Times New Roman", serif !default; +$mono: "Source Code Pro",Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !default; +$heading-font-family: $serif !default; $header-title-font-family: $heading-font-family !default; $header-subtitle-font-family: $heading-font-family !default; @@ -29,7 +29,7 @@ body > header h2 { body { line-height: 1.5em; color: $text-color; - @extend .serif; + @extend .sans; } h1 { font-size: 2.2em; diff --git a/sass/custom/_fonts.scss b/sass/custom/_fonts.scss index 6341b60..210e189 100644 --- a/sass/custom/_fonts.scss +++ b/sass/custom/_fonts.scss @@ -9,8 +9,8 @@ //$header-title-font-family: "Futura", sans-serif; //$header-subtitle-font-family: "Futura", sans-serif; -$sans: "Lato", sans-serif; -$serif: "Lato", sans-serif; -$heading-font-family: 'Lato', sans-serif; -$header-title-font-family: "League", Helvetica, Arial, sans-serif; +//$sans: "Lato", sans-serif; +//$serif: "Lato", sans-serif; +//$heading-font-family: 'Lato', sans-serif; +//$header-title-font-family: "League", Helvetica, Arial, sans-serif;