setting static base font size

This commit is contained in:
Kris Aubuchon 2014-12-16 09:24:15 -05:00
parent 23899281d8
commit c7d7393d80
1 changed files with 2 additions and 2 deletions

View File

@ -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. */