Skip to content

Commit

Permalink
Merge pull request #834 from lyytioy/next
Browse files Browse the repository at this point in the history
Version 4.3.0
  • Loading branch information
Grzegorz Bach committed Mar 18, 2024
2 parents 81b8665 + 5168da9 commit 7110727
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 3 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.2.0",
"version": "4.3.0",
"engines": {
"node": ">=18",
"npm": ">=9"
Expand Down
Binary file added src/fonts/Montserrat-Bold.ttf
Binary file not shown.
Binary file added src/fonts/Montserrat-BoldItalic.ttf
Binary file not shown.
Binary file added src/fonts/Montserrat-Italic.ttf
Binary file not shown.
Binary file added src/fonts/Montserrat-Medium.ttf
Binary file not shown.
Binary file added src/fonts/Montserrat-MediumItalic.ttf
Binary file not shown.
Binary file added src/fonts/Montserrat-Regular.ttf
Binary file not shown.
47 changes: 47 additions & 0 deletions src/styles/montserrat.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'Montserrat';
font-style: italic;
font-display: swap;
font-weight: 400;
src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
}

@font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: swap;
font-weight: 500;
src: url('../fonts/Montserrat-Medium-Regular.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');
}

@font-face {
font-family: 'Montserrat';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
font-family: 'Montserrat';
font-style: italic;
font-display: swap;
font-weight: 700;
src: url('../fonts/Montserrat-Bold-Italic.ttf') format('truetype');
}

0 comments on commit 7110727

Please sign in to comment.