Skip to content

Commit

Permalink
chore(dynamicicon): Change default font to Roboto Condensed SemiBold
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 25, 2024
1 parent 548e902 commit 215c9b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed internal/dynamicicon/Inconsolata_Condensed-Black.ttf
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion internal/dynamicicon/dynamicicon.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
widthF, heightF = fixed.Int26_6(width << 6), fixed.Int26_6(height << 6)
)

//go:embed Inconsolata_Condensed-Black.ttf
//go:embed RobotoCondensed-SemiBold.ttf
var defaultFont []byte

type DynamicIcon struct {
Expand Down

0 comments on commit 215c9b5

Please sign in to comment.