We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e2266 commit 89abfa6Copy full SHA for 89abfa6
modules/font.lua
@@ -1,6 +1,6 @@
1
local fonts = {
2
- ["Valentiny"] = {"fonts/Valentiny.ttf", 80},
3
- ["ValentinySubtext"] = {"fonts/Valentiny.ttf", 40}
+ ["Valentiny"] = {"Fonts/Valentiny.ttf", 80},
+ ["ValentinySubtext"] = {"Fonts/Valentiny.ttf", 40}
4
}
5
fonts.IsLoaded = false
6
0 commit comments