Skip to content

Commit 2bbebdd

Browse files
author
DozenCrows
committed
Font rationalisation
1 parent 22c5ee3 commit 2bbebdd

22 files changed

+2
-4
lines changed

Arimo-Bold.ttf

-330 KB
Binary file not shown.

Arimo-BoldItalic.ttf

-291 KB
Binary file not shown.

Arimo-Italic.ttf

-277 KB
Binary file not shown.

Arimo-Regular.ttf

-317 KB
Binary file not shown.

Carlito-Bold.ttf

-674 KB
Binary file not shown.

Carlito-BoldItalic.ttf

-798 KB
Binary file not shown.

Carlito-Italic.ttf

-609 KB
Binary file not shown.

Carlito-Regular.ttf

-621 KB
Binary file not shown.

Impact.ttf

-133 KB
Binary file not shown.

LiberationMono-Bold.ttf

-103 KB
Binary file not shown.

LiberationMono-Regular.ttf

-106 KB
Binary file not shown.

LiberationSans-Bold.ttf

-133 KB
Binary file not shown.

LiberationSans-Regular.ttf

-136 KB
Binary file not shown.

LiberationSansNarrow-Bold.ttf

-107 KB
Binary file not shown.

LiberationSansNarrow-Regular.ttf

-110 KB
Binary file not shown.

LiberationSerif-Bold.ttf

-143 KB
Binary file not shown.

LiberationSerif-Regular.ttf

-148 KB
Binary file not shown.

PyGameInterface.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,8 @@ def signal_handler(signal, frame):
9393
class PyGameInterface(object):
9494
def __init__(self):
9595
pygame.font.init()
96-
#self.font = pygame.font.Font("LiberationSansNarrow-Bold.ttf", 14)
97-
#self.font_large = pygame.font.Font("LiberationSansNarrow-Bold.ttf", 16)
98-
self.font = pygame.font.Font("Impact.ttf", 16)
99-
self.font_large = pygame.font.Font("Impact.ttf", 18)
96+
self.font = pygame.font.Font("Cousine-Bold.ttf", 14)
97+
self.font_large = pygame.font.Font("Cousine-Bold.ttf", 16)
10098
RPIO.setmode(RPIO.BOARD)
10199
RPIO.setwarnings(False)
102100
RPIO.setup(8, RPIO.OUT)

Tinos-Bold.ttf

-344 KB
Binary file not shown.

Tinos-BoldItalic.ttf

-353 KB
Binary file not shown.

Tinos-Italic.ttf

-348 KB
Binary file not shown.

Tinos-Regular.ttf

-348 KB
Binary file not shown.

0 commit comments

Comments
 (0)