Skip to content

Commit

Permalink
fix: os fonts in theme renders
Browse files Browse the repository at this point in the history
There's a bug in the wiki ranges that I noticed in the
final Ubuntu renders cutting off the Ubuntu logo,
this should resolve it.

Issue filed on nerd fonts to fix the wiki here: 
ryanoasis/nerd-fonts#667
  • Loading branch information
NickCraver committed Sep 21, 2021
1 parent 7e48657 commit 4bcef33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image.go
Expand Up @@ -223,7 +223,7 @@ var doubleWidthRunes = []RuneRange{
{Start: '\u23fb', End: '\u23fe'},
{Start: '\u2b58', End: '\u2b58'},
// Font Logos
{Start: '\uf300', End: '\uf313'},
{Start: '\uf300', End: '\uf31c'},
// Pomicons
{Start: '\ue000', End: '\ue00d'},
}
Expand Down

0 comments on commit 4bcef33

Please sign in to comment.