aboutsummaryrefslogtreecommitdiff
path: root/lib/preboot.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-20 00:20:59 -0700
committerJacob Thornton <[email protected]>2011-08-20 00:20:59 -0700
commit9b0235dd7ca88fa1f5a83552b457bf95b6de6f73 (patch)
tree5d53e947eea5fec4dbb9ef99f816a547a63e1e3e /lib/preboot.less
parentf1a69722817072bf71802c78a34ae74b2c4c5ecc (diff)
parentee6f3077c0f395c18b7a99ff46980162a097d35b (diff)
downloadbootstrap-9b0235dd7ca88fa1f5a83552b457bf95b6de6f73.tar.xz
bootstrap-9b0235dd7ca88fa1f5a83552b457bf95b6de6f73.zip
Merge pull request #16 from sankage/master
Serif font stack defaults to sans-serif font
Diffstat (limited to 'lib/preboot.less')
-rw-r--r--lib/preboot.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/preboot.less b/lib/preboot.less
index b90021ebe..3e53dcf9b 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;