Skip to content

Commit

Permalink
[FIX] Design fixes, (font-size:17 + Garamond font)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 9, 2016
1 parent b763b6a commit 359a523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/styles/customVariables.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@

// Font variables
@font-family-sans-serif: "Roboto Condensed", Helvetica, Arial, sans-serif;
@font-family-serif: "Crimson Text", Georgia, "Times New Roman", Times, serif;
@font-family-serif: Garamond, "Crimson Text", "Times New Roman", serif;
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;



@font-size-base: 16px;
@font-size-base: 17px;
@font-size-large: ceil((@font-size-base * 1.25)); // ~18px
@font-size-small: ceil((@font-size-base * 0.85)); // ~12px

Expand All @@ -110,7 +110,7 @@
@font-size-h5: @font-size-base;
@font-size-h6: ceil((@font-size-base * 0.85)); // ~12px

@line-height-base: 1.428571429; // 20/14
@line-height-base: 1.52941176; // 1.428571429 (bootstrap default)

@headings-font-family: inherit;
@headings-font-weight: 700;
Expand Down

0 comments on commit 359a523

Please sign in to comment.