diff --git a/static/css/praxis.css b/static/css/praxis.css index a0eadfe..303c884 100644 --- a/static/css/praxis.css +++ b/static/css/praxis.css @@ -1,11 +1,10 @@ -body { - font-family : 'Roboto', sans-serif; - font-size : 14px; /* 13px; */ - line-height : 24px; - color : #969595; - font-weight : 400; - background: #fff; - } +/* body { } block dropped on purpose — the live Grav asset pipeline + dropped it too (its `font-size: 14px; //13px;` had an invalid SCSS + line comment that the minifier rejected, taking the whole rule with + it). Bootstrap's body defaults (Helvetica, line-height 1.428) apply + instead. Re-enabling the rule with our cleaner /* */ comments made + line-height 24px effective again on stage, which inflated paragraph + spacing on text-heavy pages compared to live. */ /* -------------------------------------- Global Typography