Skip to content

Commit

Permalink
Small change on #1222, default text size is 12
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jun 6, 2023
1 parent 25454d0 commit 0bc49ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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");
Expand Down

0 comments on commit 0bc49ee

Please sign in to comment.