Skip to content

Commit

Permalink
chore: add font 900 and remove font 300
Browse files Browse the repository at this point in the history
  • Loading branch information
karimim committed Sep 19, 2024
1 parent a890de4 commit c8bd686
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions packages/styles/src/components/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,56 @@
@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-weight: 700;
font-weight: 900;
src:
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Bold.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Bold.woff') format('woff');
url('#{options.$font-base-path}/FrutigerNeueforPostW05-XBlk.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-XBlk.woff') format('woff');
}

@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-weight: 700;
font-weight: 900;
font-style: italic;
src:
url('#{options.$font-base-path}/FrutigerNeueforPostW05-BdIt.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-BdIt.woff') format('woff');
url('#{options.$font-base-path}/FrutigerNeueforPostW05-XBlkIt.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-XBlkIt.woff') format('woff');
}

@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-weight: 400;
font-weight: 700;
src:
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Rg.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Rg.woff') format('woff');
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Bold.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Bold.woff') format('woff');
}

@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-weight: 400;
font-weight: 700;
font-style: italic;
src:
url('#{options.$font-base-path}/FrutigerNeueforPostW05-It.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-It.woff') format('woff');
url('#{options.$font-base-path}/FrutigerNeueforPostW05-BdIt.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-BdIt.woff') format('woff');
}

@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-weight: 300;
font-weight: 400;
src:
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Lt.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Lt.woff') format('woff');
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Rg.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Rg.woff') format('woff');
}

@font-face {
font-display: swap;
font-family: 'Frutiger Neue For Post';
font-weight: 300;
font-family: 'Swiss Post Sans v005';
font-weight: 400;
font-style: italic;
src:
url('#{options.$font-base-path}/FrutigerNeueforPostW05-LtIt.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-LtIt.woff') format('woff');
url('#{options.$font-base-path}/FrutigerNeueforPostW05-It.woff2') format('woff2'),
url('#{options.$font-base-path}/FrutigerNeueforPostW05-It.woff') format('woff');
}

0 comments on commit c8bd686

Please sign in to comment.