Skip to content

Commit bb15a78

Browse files
committed
change font
1 parent 39eb353 commit bb15a78

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

font

138 KB
Binary file not shown.

internal/pixelita/gui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func (px *Pixelita) backendInit() {
269269

270270
func configureGUIStyles() {
271271
io := imgui.CurrentIO()
272-
io.Fonts().AddFontFromFileTTF("Ubuntu-Regular.ttf", float32(17))
272+
io.Fonts().AddFontFromFileTTF("font", float32(17))
273273

274274
style := imgui.NewStyle()
275275
style.SetWindowPadding(imgui.Vec2{X: 15, Y: 15})

0 commit comments

Comments
 (0)