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 | |
| parent | 4953629ccd0a1c43ae483a843db6d882fe66fc03 (diff) | |
| download | bootstrap-10ff5f16a64bf9b5cc45ba42e30cbf191e866eec.tar.xz bootstrap-10ff5f16a64bf9b5cc45ba42e30cbf191e866eec.zip | |
fix #2968 manually: add consolas to monospace font stack
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 57282 -> 57299 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/variables.less | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 1694b7375..01dc38fad 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c0b2325ba..bc0592563 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -543,7 +543,7 @@ cite { code, pre { padding: 0 3px 2px; - font-family: Menlo, Monaco, "Courier New", monospace; + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 12px; color: #333333; -webkit-border-radius: 3px; 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; |
