diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-26 10:55:07 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-26 10:55:07 +0200 |
commit | 8da961e02fd2a9443f243828ae1af6074cdfe90e (patch) | |
tree | 800df2e4f24d96cec660707e72a6fed153496df0 /mktests | |
parent | caad88140539bdabee6783f7b5aa718723412322 (diff) | |
download | luaotfload-8da961e02fd2a9443f243828ae1af6074cdfe90e.tar.gz |
[tests] test some more dejavu fonts
Diffstat (limited to 'mktests')
-rwxr-xr-x | mktests | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -73,9 +73,10 @@ end local infer_regular_style = { --- inferring which one is the correct style for “regular”; can be --- obscured by synonyms like “book” etc. - { "Iwona", "Iwona-Regular.otf" }, -- trivial case - { "DejaVu Serif", "DejaVuSerif.ttf" }, - { "Adobe Garamond Pro", "agaramondpro_regular.otf" }, + { "Iwona", "Iwona-Regular.otf" }, -- trivial case + { "DejaVu Serif", "DejaVuSerif.ttf" }, + { "DejaVu Sans", "DejaVuSans.ttf" }, + { "Adobe Garamond Pro", "agaramondpro_regular.otf" }, { "Garamond Premier Pro", "GaramondPremrPro-Capt.otf" }, } |