1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

add quotes to courier new

This commit is contained in:
Jacob Thornton 2012-01-02 16:05:14 -08:00
parent f8c0efbcb4
commit 0c3bf7275c

View 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) {