mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-01 20:33:48 -04:00
georgia with lora headings
This commit is contained in:
@@ -36,7 +36,7 @@ body { padding-top: 60px; }
|
||||
// Typography (with help from bootswatch.com's "readable" theme)
|
||||
@import url('//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');
|
||||
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@serifFontFamily: "Lora", Georgia, "Times New Roman", Times, serif;
|
||||
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
|
||||
@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;
|
||||
|
||||
@baseFontSize: 16px;
|
||||
@@ -44,7 +44,7 @@ body { padding-top: 60px; }
|
||||
@baseLineHeight: @baseFontSize * 1.5;
|
||||
@altFontFamily: @sansFontFamily;
|
||||
|
||||
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
|
||||
@headingsFontFamily: "Lora", Georgia, "Times New Roman", Times, serif;
|
||||
@headingsFontWeight: bold; // instead of browser default, bold
|
||||
@headingsColor: inherit; // empty to use BS default, @textColor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user