mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
remove unused glyph from snappymail font
This commit is contained in:
parent
4a8c9f8e18
commit
e141ee8ea3
4 changed files with 6 additions and 10 deletions
BIN
vendors/fontastic/fonts/snappymail.woff
vendored
BIN
vendors/fontastic/fonts/snappymail.woff
vendored
Binary file not shown.
BIN
vendors/fontastic/fonts/snappymail.woff2
vendored
BIN
vendors/fontastic/fonts/snappymail.woff2
vendored
Binary file not shown.
8
vendors/fontastic/styles.css
vendored
8
vendors/fontastic/styles.css
vendored
|
|
@ -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: "🔑";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue