mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:10:17 +08:00
setting static base font size
This commit is contained in:
parent
23899281d8
commit
c7d7393d80
|
@ -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 New Issue
Block a user