mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Better scoring for malformed fonts with weird weight ranges
This commit is contained in:
@@ -54,7 +54,7 @@ class Selection(BaseTest):
|
||||
if has_hack:
|
||||
both('hack', 'Hack-Regular', 'Hack-Bold', 'Hack-Italic', 'Hack-BoldItalic')
|
||||
if has_operator_mono:
|
||||
both('operator mono', 'Hack-Regular', 'Hack-Bold', 'Hack-Italic', 'Hack-BoldItalic')
|
||||
both('operator mono', 'OperatorMono-Medium', 'OperatorMono-Bold', 'OperatorMono-MediumItalic', 'OperatorMono-BoldItalic')
|
||||
|
||||
|
||||
class Rendering(BaseTest):
|
||||
|
||||
Reference in New Issue
Block a user