1
0
Fork 0
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:
sankage 2011-08-20 07:12:39 -03:00
parent f1a6972281
commit ee6f3077c0

View file

@ -105,7 +105,7 @@
line-height: @lineHeight;
}
.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-weight: @weight;
line-height: @lineHeight;