]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add quotes to courier new
authorJacob Thornton <jacobthornton@gmail.com>
Tue, 3 Jan 2012 00:05:14 +0000 (16:05 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Tue, 3 Jan 2012 00:05:14 +0000 (16:05 -0800)
lib/mixins.less

index 83a3a31f92d7d944c8787713efed1201b4ce4c5c..32d3a83acccb6ba8eae059d1820f0dec23f49c3e 100644 (file)
@@ -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) {