Merge pull request #5408 from tsiegleauq/monospace-font-fix

Add roboto-condensed-bold as default
This commit is contained in:
Emanuel Schütze 2020-06-11 15:04:28 +02:00 committed by GitHub
commit e3c1d5432b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ def get_config_variables():
name="font_monospace",
default_value={
"display_name": "Font monospace",
"default": "assets/fonts/courier-prime.woff",
"default": "assets/fonts/roboto-condensed-bold.woff",
"path": "",
},
input_type="static",