mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
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:
parent
7e4865779a
commit
4bcef332a5
|
@ -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'},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue