Added GNU unifont as fallback font for labels with CJK characters

This commit is contained in:
Jan Böhmer 2023-07-02 03:26:56 +02:00
parent 6505af2a8b
commit 956ed9e8ae
10 changed files with 154 additions and 16 deletions

View file

@ -181,7 +181,8 @@ Editor.defaultConfig = {
'DejaVu Serif, serif',
'Helvetica, Arial, sans-serif',
'Times New Roman, Times, serif',
'Courier New, Courier, monospace'
'Courier New, Courier, monospace',
'Unifont, monospace',
],
supportAllValues: true
},

3
assets/fonts/dompdf/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# Ignore font files
*.otf
*.ttf

View file

@ -0,0 +1 @@
Put your font ttf files in this folder to make them available to the label generator.