fix: os fonts in theme renders

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
This commit is contained in:
Nick Craver 2021-09-21 14:11:38 -04:00 committed by GitHub
parent 7e4865779a
commit 4bcef332a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'},
}