Skip to content

Commit

Permalink
Fix Material glyphs
Browse files Browse the repository at this point in the history
* Before this, some glyphs has been disappeared.
* Apple Icon 0xF8FF was overwritten.
  ryanoasis/nerd-fonts#492
  • Loading branch information
delphinus committed Sep 7, 2022
1 parent 27733de commit c239297
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/font_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,16 @@
"name": "Material",
"filename": "materialdesignicons-webfont.ttf",
"sym_start": 0xF001,
"sym_end": 0xF800,
"src_start": 0xE800,
"sym_end": 0xF3FF,
"src_start": 0xF500,
"exact": False,
},
{
"name": "Material",
"filename": "materialdesignicons-webfont.ttf",
"sym_start": 0xF801,
"sym_start": 0xF400,
"sym_end": 0xF847,
"src_start": 0xF500,
"src_start": 0xE7FF,
"exact": False,
},
{
Expand Down

0 comments on commit c239297

Please sign in to comment.