]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
serif font stack would default to sans-serif 16/head
authorsankage <godamonra@gmail.com>
Sat, 20 Aug 2011 10:12:39 +0000 (07:12 -0300)
committersankage <godamonra@gmail.com>
Sat, 20 Aug 2011 10:12:39 +0000 (07:12 -0300)
lib/preboot.less

index b90021ebe219abbf8c21d913b49e236fe1354726..3e53dcf9bd74791784e76822047bd25a9ed12f69 100644 (file)
     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;