mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Added GNU unifont as fallback font for labels with CJK characters
This commit is contained in:
parent
6505af2a8b
commit
956ed9e8ae
10 changed files with 154 additions and 16 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue