diff options
| author | Mark Otto <[email protected]> | 2012-04-07 14:25:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-07 14:25:58 -0700 |
| commit | 10ff5f16a64bf9b5cc45ba42e30cbf191e866eec (patch) | |
| tree | 07577c35a2b93b063a4a2a08fb2f149a48b0a910 /less/variables.less | |
| parent | 4953629ccd0a1c43ae483a843db6d882fe66fc03 (diff) | |
| download | bootstrap-10ff5f16a64bf9b5cc45ba42e30cbf191e866eec.tar.xz bootstrap-10ff5f16a64bf9b5cc45ba42e30cbf191e866eec.zip | |
fix #2968 manually: add consolas to monospace font stack
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 35fa11265..30dd73b8b 100644 --- a/less/variables.less +++ b/less/variables.less @@ -47,7 +47,7 @@ // ------------------------- @sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; @serifFontFamily: Georgia, "Times New Roman", Times, serif; -@monoFontFamily: Menlo, Monaco, "Courier New", monospace; +@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace; @baseFontSize: 13px; @baseFontFamily: @sansFontFamily; |
