remove unused glyph from snappymail font

This commit is contained in:
djmaze 2021-02-11 20:15:07 +01:00
parent 4a8c9f8e18
commit e141ee8ea3
4 changed files with 6 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View file

@ -41,9 +41,6 @@
.icon-info::before {
content: "\e00b";
}
.icon-right-dir::before {
content: "\e00c"; /* ▶ */
}
.icon-right-mini::before {
content: "\e01e"; /* */
}
@ -212,8 +209,11 @@
.icon-floppy::before {
content: "💾";
}
.icon-right-dir::before {
content: "▶";
}
.icon-play::before {
content: "▶️︎";
content: "▶️";
}
.icon-key::before {
content: "🔑";