Skip to content

Commit 41f3353

Browse files
nukemdunukemdu
andauthored
Add font path for Fedora (#535)
Co-authored-by: nukemdu <numemdu@fonira>
1 parent bd8ec25 commit 41f3353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nimx/private/font/fontconfig.nim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ else:
3030
"/usr/share/fonts/TTF",
3131
"/usr/share/fonts/truetype/dejavu",
3232
"/usr/share/fonts/dejavu",
33-
"/usr/share/fonts"
33+
"/usr/share/fonts",
34+
"/usr/share/fonts/dejavu-sans-fonts/"
3435
]
3536

3637
iterator potentialFontFilesForFace*(face: string): string =

0 commit comments

Comments
 (0)