diff --git a/src/res/icons/li-icon.ttf b/src/res/icons/li-icon.ttf
new file mode 100644
index 000000000..6627c9325
Binary files /dev/null and b/src/res/icons/li-icon.ttf differ
diff --git a/src/res/icons/li-icons.ttf b/src/res/icons/li-icons.ttf
deleted file mode 100644
index 2880af54f..000000000
Binary files a/src/res/icons/li-icons.ttf and /dev/null differ
diff --git a/src/res/icons/style.css b/src/res/icons/style.css
index 1fb38d5fe..cae1ff314 100644
--- a/src/res/icons/style.css
+++ b/src/res/icons/style.css
@@ -8,7 +8,7 @@
@font-face {
font-family: "li-icon";
- src: url("li-icons.ttf?6wte0b") format("truetype");
+ src: url("li-icon.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display: block;
@@ -30,9 +30,8 @@
}
.licons {
- /* use !important to prevent issues with browser extensions that change fonts */
+ /* Use !important to prevent extensions from overriding this font. */
font-family: "li-icon" !important;
- speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
@@ -44,20 +43,28 @@
-moz-osx-font-smoothing: grayscale;
}
-.licons.terminal:before {
- content: "\e900";
+.licons.scale:before {
+ content: "\f006";
}
+
.licons.cart:before {
- content: "\e901";
+ content: "\f005";
}
-.licons.scale:before {
- content: "\e902";
-}
-.licons.tag:before {
- content: "\e903";
+
+.licons.zap:before {
+ content: "\f000";
}
+
.licons.verified:before {
- content: "\e904";
+ content: "\f001";
+}
+
+.licons.terminal:before {
+ content: "\f002";
+}
+
+.licons.tag:before {
+ content: "\f003";
}
.icon.acode:before {
@@ -1210,4 +1217,4 @@
.icon.all_inclusive:before {
content: "\ea18";
-}
+}
\ No newline at end of file
diff --git a/utils/extra-icons/cart.svg b/utils/extra-icons/cart.svg
index a21c6190e..fedbbae04 100644
--- a/utils/extra-icons/cart.svg
+++ b/utils/extra-icons/cart.svg
@@ -1,5 +1 @@
-
+
\ No newline at end of file
diff --git a/utils/extra-icons/scale.svg b/utils/extra-icons/scale.svg
index cbfbe6b5e..a7e36e3a7 100644
--- a/utils/extra-icons/scale.svg
+++ b/utils/extra-icons/scale.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
diff --git a/utils/extra-icons/zap.svg b/utils/extra-icons/zap.svg
new file mode 100644
index 000000000..dd5ea1fc5
--- /dev/null
+++ b/utils/extra-icons/zap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file