Skip to content

Commit

Permalink
update fonts to lato sans and lora serif
Browse files Browse the repository at this point in the history
  • Loading branch information
bijumon committed Dec 25, 2013
1 parent 924f07a commit ee6cdf4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions sass/base/_typography.scss
Original file line number Diff line number Diff line change
@@ -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;

Expand All @@ -29,7 +29,7 @@ body > header h2 {
body {
line-height: 1.5em;
color: $text-color;
@extend .serif;
@extend .sans;
}
h1 {
font-size: 2.2em;
Expand Down
8 changes: 4 additions & 4 deletions sass/custom/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit ee6cdf4

Please sign in to comment.