From a87d563a3846aa8ce2bc82572a460ff1fa4397fb Mon Sep 17 00:00:00 2001 From: umasoodch Date: Mon, 14 Nov 2022 09:48:30 +0300 Subject: [PATCH] fixed font issue --- Mohem/src/app/app.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mohem/src/app/app.component.scss b/Mohem/src/app/app.component.scss index 2e221e1a..473939e5 100644 --- a/Mohem/src/app/app.component.scss +++ b/Mohem/src/app/app.component.scss @@ -307,7 +307,7 @@ button.menu-item.item.item-block.item-ios { font-size: 14px; color: #004D71; font-weight: bold; - font-family: 'Inter' !important; + // font-family: 'Inter' !important; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;