Decrease minimum fonts size to 4pt

This commit is contained in:
Kovid Goyal
2017-11-21 07:13:17 +05:30
parent 4dc6918b13
commit b40e1e6492

View File

@@ -19,7 +19,7 @@ from .rgb import to_color
from .utils import safe_print
key_pat = re.compile(r'([a-zA-Z][a-zA-Z0-9_-]*)\s+(.+)$')
MINIMUM_FONT_SIZE = 6
MINIMUM_FONT_SIZE = 4
def to_font_size(x):