Merge pull request #3047 from awesomerobot/master

setting static base font size
This commit is contained in:
Régis Hanol 2014-12-16 15:31:25 +01:00
commit 42fb4989bd
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. */