diff options
| author | Jacob Thornton <[email protected]> | 2012-01-02 16:05:14 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-02 16:05:14 -0800 |
| commit | 0c3bf7275cfe0757c876be6ba6f01cad31375923 (patch) | |
| tree | 84f2bc6294d19f72a0fc349c6305081054530383 /lib | |
| parent | f8c0efbcb45ba81204488b398d1d8ef2950850c6 (diff) | |
| download | bootstrap-0c3bf7275cfe0757c876be6ba6f01cad31375923.tar.xz bootstrap-0c3bf7275cfe0757c876be6ba6f01cad31375923.zip | |
add quotes to courier new
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixins.less b/lib/mixins.less index 83a3a31f9..32d3a83ac 100644 --- a/lib/mixins.less +++ b/lib/mixins.less @@ -60,7 +60,7 @@ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .monospace() { - font-family: Menlo, Monaco, Courier New, monospace; + font-family: Menlo, Monaco, "Courier New", monospace; } } .shorthand(@size: @baseFontSize, @weight: normal, @lineHeight: @baseLineHeight) { |
