diff --git a/front/core/styles/salixfont.css b/front/core/styles/salixfont.css
index c29bbc935..24ff5f0ca 100644
--- a/front/core/styles/salixfont.css
+++ b/front/core/styles/salixfont.css
@@ -22,6 +22,9 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-reserve:before {
+ content: "\e92f";
+}
.icon-services:before {
content: "\e93f";
}
diff --git a/front/core/styles/salixfont.eot b/front/core/styles/salixfont.eot
index 8c7450de0..f0f829362 100644
Binary files a/front/core/styles/salixfont.eot and b/front/core/styles/salixfont.eot differ
diff --git a/front/core/styles/salixfont.svg b/front/core/styles/salixfont.svg
index c15277682..f6248c6bc 100644
--- a/front/core/styles/salixfont.svg
+++ b/front/core/styles/salixfont.svg
@@ -51,10 +51,10 @@
-
+
-
+
diff --git a/front/core/styles/salixfont.ttf b/front/core/styles/salixfont.ttf
index b56802fcb..19ca515e4 100644
Binary files a/front/core/styles/salixfont.ttf and b/front/core/styles/salixfont.ttf differ
diff --git a/front/core/styles/salixfont.woff b/front/core/styles/salixfont.woff
index 3c13e6a1b..1f875e934 100644
Binary files a/front/core/styles/salixfont.woff and b/front/core/styles/salixfont.woff differ
diff --git a/modules/ticket/front/sale/index.html b/modules/ticket/front/sale/index.html
index ab829bf65..27cdddbca 100644
--- a/modules/ticket/front/sale/index.html
+++ b/modules/ticket/front/sale/index.html
@@ -85,7 +85,9 @@
icon="warning"
vn-tooltip="Visible: {{::sale.visible || 0}}
{{::$ctrl.$translate.instant('Available')}}: {{::sale.available || 0}}">
-
+