mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
fix quotes in font-family usage
This commit is contained in:
parent
e78d5f8ff3
commit
550879cf66
@ -54,13 +54,13 @@
|
||||
#font {
|
||||
#family {
|
||||
.serif() {
|
||||
font-family: "Georgia", Times New Roman, Times, serif;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
.sans-serif() {
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user