Skip DejaVu font test
This commit is contained in:
parent
ac712f5d2d
commit
20c919e16e
1 changed files with 3 additions and 1 deletions
|
|
@ -78,7 +78,9 @@ def t(family, psprefix, bold='Bold', italic='Italic', bi='', reg='Regular', allo
|
|||
t('sourcecodeVf', 'SourceCodeVF', 'Semibold')
|
||||
t('fira code', 'FiraCodeRoman', 'SemiBold', 'Regular', 'SemiBold')
|
||||
t('hack', 'Hack')
|
||||
t('DejaVu Sans Mono', 'DejaVuSansMono', reg='', italic='Oblique')
|
||||
# some ubuntu systems (such as the build VM) have only the regular and
|
||||
# bold faces of DejaVu Sans Mono installed.
|
||||
# t('DejaVu Sans Mono', 'DejaVuSansMono', reg='', italic='Oblique')
|
||||
t('ubuntu mono', 'UbuntuMono')
|
||||
t('liberation mono', 'LiberationMono', reg='')
|
||||
t('ibm plex mono', 'IBMPlexMono', 'SmBld', reg='')
|
||||
|
|
|
|||
Loading…
Reference in a new issue