diff --git a/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js b/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js index bd78a6343..ab5f79181 100644 --- a/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js +++ b/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js @@ -1086,7 +1086,7 @@ function x_setUp() { if (x_params.responsive == "true") { // Use default font size - $x_body.css("font-size", "12pt"); + $x_body.css("font-size", "10pt"); } else { $x_body.css("font-size", Number(x_params.textSize) - 2 + "pt");