mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
serif font stack would default to sans-serif
This commit is contained in:
parent
f1a6972281
commit
ee6f3077c0
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
line-height: @lineHeight;
|
line-height: @lineHeight;
|
||||||
}
|
}
|
||||||
.serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
|
.serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
|
||||||
font-family: "Georgia", Times New Roman, Times, sans-serif;
|
font-family: "Georgia", Times New Roman, Times, serif;
|
||||||
font-size: @size;
|
font-size: @size;
|
||||||
font-weight: @weight;
|
font-weight: @weight;
|
||||||
line-height: @lineHeight;
|
line-height: @lineHeight;
|
||||||
|
|
Loading…
Reference in a new issue