Skip to content

Commit

Permalink
Merge pull request #209 from datacamp/ixtec/semibold-font
Browse files Browse the repository at this point in the history
[WF-844] Update bold font to semibold
  • Loading branch information
jdmunro authored Jun 16, 2023
2 parents 47b50ba + 61ad75b commit 1bc934a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/App/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

@font-face {
font-family: 'Studio-Feixen-Sans-Variable';
src: url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansBold-latin-v2.woff2') format('woff2'),
url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansBold-latin-v2.woff') format('woff');
src: url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-latin.woff2') format('woff2'),
url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-latin.woff') format('woff');
font-display: swap;
font-weight: bold;
font-style: normal;
Expand All @@ -56,8 +56,8 @@

@font-face {
font-family: 'Studio-Feixen-Sans-Variable';
src: url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansBold-latin-extended-v2.woff2') format('woff2'),
url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansBold-latin-extended-v2.woff') format('woff');
src: url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-latin-extended.woff2') format('woff2'),
url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-latin-extended.woff') format('woff');
font-display: swap;
font-weight: bold;
font-style: normal;
Expand All @@ -66,8 +66,8 @@

@font-face {
font-family: 'Studio-Feixen-Sans-Variable';
src: url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansBold-rest-v2.woff2') format('woff2'),
url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansBold-rest-v2.woff') format('woff');
src: url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-rest.woff2') format('woff2'),
url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-rest.woff') format('woff');
font-display: swap;
font-weight: bold;
font-style: normal;
Expand All @@ -76,8 +76,8 @@

@font-face {
font-family: 'Studio-Feixen-Sans-Variable';
src: url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansBold-english-v2.woff2') format('woff2'),
url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansBold-english-v2.woff') format('woff');
src: url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-english.woff2') format('woff2'),
url('https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-english.woff') format('woff');
font-display: swap;
font-weight: bold;
font-style: normal;
Expand Down

0 comments on commit 1bc934a

Please sign in to comment.