Skip to content

Commit

Permalink
feat(fonts): add Inter font family SemiBold
Browse files Browse the repository at this point in the history
See #10576
  • Loading branch information
renanfranca committed Aug 29, 2024
1 parent 8ee6490 commit e1f4624
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added src/main/style/font/inter/Inter-SemiBold.ttf
Binary file not shown.
6 changes: 6 additions & 0 deletions src/main/style/font/inter/inter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
src: url('./Inter-Regular.ttf');
}

@font-face {
font-family: Inter;
font-weight: 600;
src: url('./Inter-SemiBold.ttf');
}

@font-face {
font-family: Inter;
font-weight: bold;
Expand Down

0 comments on commit e1f4624

Please sign in to comment.