Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
feat(fonts): adding Book weight
Browse files Browse the repository at this point in the history
  • Loading branch information
vsjolander committed Mar 13, 2024
1 parent 6d5236c commit 2996116
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 0 deletions.
Binary file added fonts/SEBSansSerif-Book.eot
Binary file not shown.
Binary file added fonts/SEBSansSerif-Book.woff
Binary file not shown.
Binary file added fonts/SEBSansSerif-Book.woff2
Binary file not shown.
Binary file added fonts/SEBSansSerif-BookItalic.eot
Binary file not shown.
Binary file added fonts/SEBSansSerif-BookItalic.woff
Binary file not shown.
Binary file added fonts/SEBSansSerif-BookItalic.woff2
Binary file not shown.
22 changes: 22 additions & 0 deletions scss/_path.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
font-display: swap;
}

@font-face {
font-family: "SEBSansSerif";
src: url('#{$seb-font-path}/SEBSansSerif-Book.eot');
src: url('#{$seb-font-path}/SEBSansSerif-Book.eot?#iefix') format('embedded-opentype'),
url('#{$seb-font-path}/SEBSansSerif-Book.woff2') format('woff2'),
url('#{$seb-font-path}/SEBSansSerif-Book.woff') format('woff');
font-weight: 450;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "SEBSansSerif";
src: url('#{$seb-font-path}/SEBSansSerif-Medium.eot');
Expand Down Expand Up @@ -68,6 +79,17 @@
font-display: swap;
}

@font-face {
font-family: "SEBSansSerif";
src: url('#{$seb-font-path}/SEBSansSerif-BookItalic.eot');
src: url('#{$seb-font-path}/SEBSansSerif-BookItalic.eot?#iefix') format('embedded-opentype'),
url('#{$seb-font-path}/SEBSansSerif-BookItalic.woff2') format('woff2'),
url('#{$seb-font-path}/SEBSansSerif-BookItalic.woff') format('woff');
font-weight: 450;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "SEBSansSerif";
src: url('#{$seb-font-path}/SEBSansSerif-MediumItalic.eot');
Expand Down

0 comments on commit 2996116

Please sign in to comment.