Update HTML handling of font

This commit is contained in:
Veronica Berglyd Olsen
2024-05-22 16:59:44 +02:00
parent 7e1f1a725c
commit 76e786d961
4 changed files with 17 additions and 8 deletions
+1 -2
View File
@@ -58,8 +58,7 @@ BUILD_CONF = {
"text.includeBodyText": True,
"text.addNoteHeadings": True,
"format.buildLang": "en_GB",
"format.textFont": "Arial",
"format.textSize": 12,
"format.textFont": "Arial,12",
"format.lineHeight": 1.5,
"format.justifyText": True,
"format.stripUnicode": False,