diff --git a/package-lock.json b/package-lock.json index ed39e16f9..79935f415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lyyti/design-system", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lyyti/design-system", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "dependencies": { "@emotion/react": "11.11.3", diff --git a/package.json b/package.json index 2e2bf3a39..1d5ada6e3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@lyyti/design-system", "description": "Lyyti Design System", "homepage": "https://lyytioy.github.io/lyyti-design-system", - "version": "4.3.0", + "version": "4.3.1", "engines": { "node": ">=18", "npm": ">=9" diff --git a/src/styles/montserrat.css b/src/styles/montserrat.css index 3f2182670..a28753103 100644 --- a/src/styles/montserrat.css +++ b/src/styles/montserrat.css @@ -19,7 +19,7 @@ font-style: normal; font-display: swap; font-weight: 500; - src: url('../fonts/Montserrat-Medium-Regular.ttf') format('truetype'); + src: url('../fonts/Montserrat-Medium.ttf') format('truetype'); } @font-face { @@ -27,7 +27,7 @@ font-style: italic; font-display: swap; font-weight: 500; - src: url('../fonts/Montserrat-Medium-Italic.ttf') format('truetype'); + src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype'); } @font-face { @@ -43,5 +43,5 @@ font-style: italic; font-display: swap; font-weight: 700; - src: url('../fonts/Montserrat-Bold-Italic.ttf') format('truetype'); + src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'); } \ No newline at end of file