From 0bc49eede9e982090816fe42cb087d8d970a194a Mon Sep 17 00:00:00 2001 From: Tom Reijnders Date: Tue, 6 Jun 2023 21:48:57 +0200 Subject: [PATCH] Small change on #1222, default text size is 12 --- .../xerte/parent_templates/Nottingham/common_html5/js/xenith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");