Skip to content

Commit

Permalink
feat: update fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed Jul 2, 2024
1 parent d53a6c1 commit ee496f9
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,33 @@
@font-face {
font-family: 'Matter';
font-weight: 500;
src: url(/fonts/Matter-Medium.woff2) format('woff2');
src:
url(/fonts/Matter-Medium.woff2) format('woff2'),
url(/fonts/Matter-Medium.woff) format('woff'),
url(/fonts/Matter-Medium.otf) format('opentype'),
url(/fonts/Matter-Medium.ttf) format('truetype');
letter-spacing: normal;
}

@font-face {
font-family: 'Matter';
font-weight: 400;
src: url(/fonts/Matter-Regular.woff2) format('woff2');
src:
url(/fonts/Matter-Regular.woff2) format('woff2'),
url(/fonts/Matter-Regular.woff) format('woff'),
url(/fonts/Matter-Regular.otf) format('opentype'),
url(/fonts/Matter-Regular.ttf) format('truetype');
letter-spacing: normal;
}

@font-face {
font-family: 'Matter';
font-weight: 600;
src: url(/fonts/Matter-SemiBold.woff2) format('woff2');
src:
url(/fonts/Matter-SemiBold.woff2) format('woff2'),
url(/fonts/Matter-SemiBold.woff) format('woff'),
url(/fonts/Matter-SemiBold.otf) format('opentype'),
url(/fonts/Matter-SemiBold.ttf) format('truetype');
letter-spacing: normal;
}

Expand Down
Binary file added public/fonts/Matter-Medium.eot
Binary file not shown.
Binary file added public/fonts/Matter-Medium.ttf
Binary file not shown.
Binary file added public/fonts/Matter-Medium.woff
Binary file not shown.
Binary file modified public/fonts/Matter-Medium.woff2
Binary file not shown.
Binary file added public/fonts/Matter-Regular.eot
Binary file not shown.
Binary file added public/fonts/Matter-Regular.ttf
Binary file not shown.
Binary file added public/fonts/Matter-Regular.woff
Binary file not shown.
Binary file modified public/fonts/Matter-Regular.woff2
Binary file not shown.
Binary file added public/fonts/Matter-SemiBold.eot
Binary file not shown.
Binary file added public/fonts/Matter-SemiBold.ttf
Binary file not shown.
Binary file added public/fonts/Matter-SemiBold.woff
Binary file not shown.
Binary file modified public/fonts/Matter-SemiBold.woff2
Binary file not shown.

0 comments on commit ee496f9

Please sign in to comment.