Commit ee6f3077 authored by sankage's avatar sankage

serif font stack would default to sans-serif

parent f1a69722
...@@ -105,7 +105,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment