From: sankage Date: Sat, 20 Aug 2011 10:12:39 +0000 (-0300) Subject: serif font stack would default to sans-serif X-Git-Tag: v1.1.0~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee6f3077c0f395c18b7a99ff46980162a097d35b;p=thirdparty%2Fbootstrap.git serif font stack would default to sans-serif --- diff --git a/lib/preboot.less b/lib/preboot.less index b90021ebe2..3e53dcf9bd 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -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;