Skip to content

Commit

Permalink
setting static base font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Aubuchon committed Dec 16, 2014
1 parent 2389928 commit c7d7393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/common/foundation/variables.scss
Expand Up @@ -22,8 +22,8 @@ $github: #6d6d6d !default;
// Fonts
// --------------------------------------------------

$base-font-size: 0.875em !default; //14px base
$base-line-height: 1.357em !default;
$base-font-size: 14px !default;
$base-line-height: 19px !default;
$base-font-family: Helvetica, Arial, sans-serif !default;

/* These files don't actually exist. They're injected by DiscourseSassImporter. */
Expand Down

0 comments on commit c7d7393

Please sign in to comment.