From 4f83006df6c5339d36f0935cb002943c4e192acc Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Mon, 13 Jan 2025 21:14:29 +0330 Subject: [PATCH] Update font feature settings to ss03 --- frontend/assets/css/other.utils.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/assets/css/other.utils.css b/frontend/assets/css/other.utils.css index 6302eb2..45c7fec 100644 --- a/frontend/assets/css/other.utils.css +++ b/frontend/assets/css/other.utils.css @@ -1,7 +1,7 @@ @utility persian-number { - -moz-font-feature-settings: "ss07"; - -webkit-font-feature-settings: "ss07"; - font-feature-settings: "ss07"; + -moz-font-feature-settings: "ss03"; + -webkit-font-feature-settings: "ss03"; + font-feature-settings: "ss03"; } @utility text-gradient {