mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
setting static base font size
This commit is contained in:
parent
23899281d8
commit
c7d7393d80
1 changed files with 2 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue