2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge pull request #16 from sankage/master

Serif font stack defaults to sans-serif font
This commit is contained in:
Jacob Thornton
2011-08-20 00:20:59 -07:00
+1 -1
View File
@@ -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;