diff options
| author | Jacob Thornton <[email protected]> | 2011-08-20 00:20:59 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-20 00:20:59 -0700 |
| commit | 9b0235dd7ca88fa1f5a83552b457bf95b6de6f73 (patch) | |
| tree | 5d53e947eea5fec4dbb9ef99f816a547a63e1e3e | |
| parent | f1a69722817072bf71802c78a34ae74b2c4c5ecc (diff) | |
| parent | ee6f3077c0f395c18b7a99ff46980162a097d35b (diff) | |
| download | bootstrap-9b0235dd7ca88fa1f5a83552b457bf95b6de6f73.tar.xz bootstrap-9b0235dd7ca88fa1f5a83552b457bf95b6de6f73.zip | |
Merge pull request #16 from sankage/master
Serif font stack defaults to sans-serif font
| -rw-r--r-- | lib/preboot.less | 2 |
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; |
