Skip to content

Commit 6d4c5b2

Browse files
authored
Merge pull request #210 from datacamp/ixtec/semibold-font-v3
[WF-844] Update bold font to semibold v3
2 parents 6a1c560 + 0e7d4ab commit 6d4c5b2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/components/App/index.module.scss

+8-8
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646

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

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

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

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

0 commit comments

Comments
 (0)