From f62d12b91b2e1f8f1a92b3ba860bf3b712a94db2 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Sun, 23 Jul 2023 14:42:37 +0200 Subject: [PATCH] :sparkles: --- font-list.txt | 40 ++++++++++++++++++++-------------------- font_game/util.py | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/font-list.txt b/font-list.txt index 5a53fd9..9d21265 100644 --- a/font-list.txt +++ b/font-list.txt @@ -8,25 +8,25 @@ Franklin Gothic Frutiger Helvetica Gill Sans -Gotham -Myriad Pro -News Gothic -Roboto -Segoe UI -Verdana +#Gotham +#Myriad Pro +#News Gothic +#Roboto +#Segoe UI +#Verdana ## Serif -Baskerville -Bembo -Bodoni -Cambria -Clarendon -Didot -Garamond -Georgia -Minion -Mrs Eaves -Roboto Slab -Rockwell -Sabon -Times New Roman +#Baskerville +#Bembo +#Bodoni +#Cambria +#Clarendon +#Didot +#Garamond +#Georgia +#Minion +#Mrs Eaves +#Roboto Slab +#Rockwell +#Sabon +#Times New Roman diff --git a/font_game/util.py b/font_game/util.py index 3ace07c..3ad0009 100644 --- a/font_game/util.py +++ b/font_game/util.py @@ -13,7 +13,7 @@ IMAGE_SIZE = (1800, 1200) MARGINS = 60 -MAKE_TESTS = True +MAKE_TESTS = False TEST_TEXT = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" def read_file(path: str) -> dict: