Skip to content

Commit

Permalink
Merge pull request #835 from lyytioy/fix/montserrat-font
Browse files Browse the repository at this point in the history
Fix montserrat font
  • Loading branch information
Grzegorz Bach authored Mar 18, 2024
2 parents 5168da9 + 0842644 commit 957ff16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions src/styles/montserrat.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
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 {
font-family: 'Montserrat';
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 {
Expand All @@ -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');
}

0 comments on commit 957ff16

Please sign in to comment.