Skip to content

Commit

Permalink
change font
Browse files Browse the repository at this point in the history
  • Loading branch information
keshon committed Nov 6, 2023
1 parent 39eb353 commit bb15a78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified font
Binary file not shown.
2 changes: 1 addition & 1 deletion internal/pixelita/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (px *Pixelita) backendInit() {

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

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

0 comments on commit bb15a78

Please sign in to comment.