Skip to content

Commit

Permalink
Update icon font to Font Awesome 5.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Mar 1, 2021
1 parent 250bdae commit 98dfe50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/gui/icon_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -1423,8 +1423,8 @@ constexpr Icon iconList[] = {
{0xf407, true, "us-sunnah foundation"},
{0xf408, true, "vaadin"},
{0xf237, true, "viacoin"},
{0xf2a9, true, "video"},
{0xf2aa, true, "video square"},
{0xf2a9, true, "viadeo"},
{0xf2aa, true, "viadeo square"},
{0xf409, true, "viber"},
{0xf40a, true, "vimeo"},
{0xf194, true, "vimeo square"},
Expand Down
Binary file modified src/images/fontawesome.ttf
Binary file not shown.
1 change: 0 additions & 1 deletion utils/update_icon_font.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import os
import sys

from shutil import copyfile
from textwrap import dedent

from fontTools.merge import Merger
Expand Down

0 comments on commit 98dfe50

Please sign in to comment.