Skip to content

Commit 2d50d02

Browse files
committed
Add Race Space font
1 parent fff13d7 commit 2d50d02

File tree

6 files changed

+11
-1
lines changed

6 files changed

+11
-1
lines changed

res/fonts/font-preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ def generate_preview(font_dir: str, font_filename: str, text: str, font_size: in
7474
if os.path.isdir(font_dir):
7575
for font in os.listdir(font_dir):
7676
font_file = os.path.join(font_dir, font)
77-
if os.path.isfile(font_file) and font_file.endswith(".ttf"):
77+
if os.path.isfile(font_file) and (font_file.endswith(".ttf") or font_file.endswith(".otf")):
7878
print(f"Found font {dir}/{font}")
7979
generate_preview(font_dir, font, "40%", font_size=60)

res/fonts/racespace/LICENSE.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Race Space by Yahhya Anas
2+
3+
https://www.dafont.com/fr/racespace.font
4+
5+
the font is free for non-commercial use only! to get information about pricing.
6+
Any donation from non-commercial users is welcome.
7+
And if you like the font, please consider visiting: https://www.creativefabrica.com/product/race-space/ref/378834/
8+
9+
Thank you!
10+
follow me on Instagram to get updates : https://www.instagram.com/wangsinawang_std/
9.77 KB
Binary file not shown.
2.33 KB
Loading
32.4 KB
Binary file not shown.
3.1 KB
Loading

0 commit comments

Comments
 (0)