diff --git a/app/templates/latest/magazine/css-theme.css b/app/templates/latest/magazine/css-theme.css index fe6c7418d2b..f98d584df68 100644 --- a/app/templates/latest/magazine/css-theme.css +++ b/app/templates/latest/magazine/css-theme.css @@ -20,6 +20,7 @@ html { margin: 0; padding: 0; + font-size: {{body_font.font_size}}px; width: 100%; height: 100%; } @@ -247,6 +248,7 @@ h1 em {font-style:normal} hyphens: auto; } + /*Compress title size */ .lh-title.f2, .lh-title.f1 {line-height:1}