OnlyTheTruth03 commited on
Commit
2865031
·
1 Parent(s): 1a2e2c8

Tamil font folder directory

Browse files
Files changed (1) hide show
  1. src/pdf_utils.py +1 -1
src/pdf_utils.py CHANGED
@@ -11,7 +11,7 @@ import os
11
 
12
  # ---------------- FONT REGISTRATION ----------------
13
 
14
- FONT_DIR = "fonts"
15
 
16
  REGULAR_FONT = os.path.join(FONT_DIR, "NotoSansTamil-Regular.ttf")
17
  BOLD_FONT = os.path.join(FONT_DIR, "NotoSansTamil-Bold.ttf")
 
11
 
12
  # ---------------- FONT REGISTRATION ----------------
13
 
14
+ FONT_DIR = "src/fonts"
15
 
16
  REGULAR_FONT = os.path.join(FONT_DIR, "NotoSansTamil-Regular.ttf")
17
  BOLD_FONT = os.path.join(FONT_DIR, "NotoSansTamil-Bold.ttf")