diff --git a/app/assets/stylesheets/bootstrap_and_overrides.css.less b/app/assets/stylesheets/bootstrap_and_overrides.css.less index 7315d3235..00aa25784 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.css.less +++ b/app/assets/stylesheets/bootstrap_and_overrides.css.less @@ -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