We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d4f64 commit 8631543Copy full SHA for 8631543
src/main/kotlin/com/lambda/gui/DearImGui.kt
@@ -73,7 +73,7 @@ object DearImGui : Loadable {
73
ImGuiConfigFlags.DockingEnable
74
75
io.iniFilename = "lambda.ini"
76
- io.fonts.addFontFromFileTTF("fonts/FiraSans-Regular.ttf".path, 13f)
+ io.fonts.addFontFromFileTTF("fonts/FiraSans-Regular.ttf".path, 18f)
77
io.fonts.build()
78
79
implGlfw.init(mc.window.handle, true)
0 commit comments