diff options
| author | Mark Otto <[email protected]> | 2012-07-05 15:15:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-05 15:15:57 -0700 |
| commit | 68146db00454b46493545aff34d06cf2c11e0f6d (patch) | |
| tree | f2a9ddc882b449755dd1d5f8e10b4cf3aac12200 /less/variables.less | |
| parent | 3c07eaa251b73e6c5eff4b56e074c54708a4b4ba (diff) | |
| download | bootstrap-68146db00454b46493545aff34d06cf2c11e0f6d.tar.xz bootstrap-68146db00454b46493545aff34d06cf2c11e0f6d.zip | |
buttons and pre updates for font-size
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 9a3e0ed4e..bc8ff4bed 100644 --- a/less/variables.less +++ b/less/variables.less @@ -46,7 +46,7 @@ // ------------------------- @sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; @serifFontFamily: Georgia, "Times New Roman", Times, serif; -@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace; +@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace; @baseFontSize: 14px; @baseFontFamily: @sansFontFamily; |
