Skip to content

Commit 455d697

Browse files
committed
Update Bodoni Moda font
1 parent fa6ddbe commit 455d697

20 files changed

+17
-17
lines changed
-19.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

manifest.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -315,27 +315,27 @@
315315
},
316316
{
317317
"content_type": "application/font-woff",
318-
"file": "assets/bodoni-moda-v23-latin_latin-ext-700.woff",
318+
"file": "assets/bodoni-moda-v25-latin_latin-ext_math_symbols-700.woff",
319319
"kind": "assets",
320-
"filename": "bodoni-moda-v23-latin_latin-ext-700.woff"
320+
"filename": "bodoni-moda-v25-latin_latin-ext_math_symbols-700.woff"
321321
},
322322
{
323323
"content_type": "application/font-woff",
324-
"file": "assets/bodoni-moda-v23-latin_latin-ext-700italic.woff",
324+
"file": "assets/bodoni-moda-v25-latin_latin-ext_math_symbols-700italic.woff",
325325
"kind": "assets",
326-
"filename": "bodoni-moda-v23-latin_latin-ext-700italic.woff"
326+
"filename": "bodoni-moda-v25-latin_latin-ext_math_symbols-700italic.woff"
327327
},
328328
{
329329
"content_type": "application/font-woff",
330-
"file": "assets/bodoni-moda-v23-latin_latin-ext-italic.woff",
330+
"file": "assets/bodoni-moda-v25-latin_latin-ext_math_symbols-italic.woff",
331331
"kind": "assets",
332-
"filename": "bodoni-moda-v23-latin_latin-ext-italic.woff"
332+
"filename": "bodoni-moda-v25-latin_latin-ext_math_symbols-italic.woff"
333333
},
334334
{
335335
"content_type": "application/font-woff",
336-
"file": "assets/bodoni-moda-v23-latin_latin-ext-regular.woff",
336+
"file": "assets/bodoni-moda-v25-latin_latin-ext_math_symbols-regular.woff",
337337
"kind": "assets",
338-
"filename": "bodoni-moda-v23-latin_latin-ext-regular.woff"
338+
"filename": "bodoni-moda-v25-latin_latin-ext_math_symbols-regular.woff"
339339
},
340340
{
341341
"content_type": "image/svg+xml",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

sources/stylesheets/_fonts.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,26 @@
5252

5353
@font-face {
5454
font-family: 'Bodoni Moda';
55-
src: url('../assets/bodoni-moda-v23-latin_latin-ext-regular.woff') format('woff');
55+
src: url('../assets/bodoni-moda-v25-latin_latin-ext_math_symbols-regular.woff') format('woff');
5656
font-weight: normal;
5757
}
5858

5959
@font-face {
6060
font-family: 'Bodoni Moda';
61-
src: url('../assets/bodoni-moda-v23-latin_latin-ext-italic.woff') format('woff');
61+
src: url('../assets/bodoni-moda-v25-latin_latin-ext_math_symbols-italic.woff') format('woff');
6262
font-weight: normal;
6363
font-style: italic;
6464
}
6565

6666
@font-face {
6767
font-family: 'Bodoni Moda';
68-
src: url('../assets/bodoni-moda-v23-latin_latin-ext-700.woff') format('woff');
68+
src: url('../assets/bodoni-moda-v25-latin_latin-ext_math_symbols-700.woff') format('woff');
6969
font-weight: bold;
7070
}
7171

7272
@font-face {
7373
font-family: 'Bodoni Moda';
74-
src: url('../assets/bodoni-moda-v23-latin_latin-ext-700italic.woff') format('woff');
74+
src: url('../assets/bodoni-moda-v25-latin_latin-ext_math_symbols-700italic.woff') format('woff');
7575
font-weight: bold;
7676
font-style: italic;
7777
}

stylesheets/main.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1759,23 +1759,23 @@ body.edy-checkout-button-visible {
17591759
}
17601760
@font-face {
17611761
font-family: "Bodoni Moda";
1762-
src: url("../assets/bodoni-moda-v23-latin_latin-ext-regular.woff") format("woff");
1762+
src: url("../assets/bodoni-moda-v25-latin_latin-ext_math_symbols-regular.woff") format("woff");
17631763
font-weight: normal;
17641764
}
17651765
@font-face {
17661766
font-family: "Bodoni Moda";
1767-
src: url("../assets/bodoni-moda-v23-latin_latin-ext-italic.woff") format("woff");
1767+
src: url("../assets/bodoni-moda-v25-latin_latin-ext_math_symbols-italic.woff") format("woff");
17681768
font-weight: normal;
17691769
font-style: italic;
17701770
}
17711771
@font-face {
17721772
font-family: "Bodoni Moda";
1773-
src: url("../assets/bodoni-moda-v23-latin_latin-ext-700.woff") format("woff");
1773+
src: url("../assets/bodoni-moda-v25-latin_latin-ext_math_symbols-700.woff") format("woff");
17741774
font-weight: bold;
17751775
}
17761776
@font-face {
17771777
font-family: "Bodoni Moda";
1778-
src: url("../assets/bodoni-moda-v23-latin_latin-ext-700italic.woff") format("woff");
1778+
src: url("../assets/bodoni-moda-v25-latin_latin-ext_math_symbols-700italic.woff") format("woff");
17791779
font-weight: bold;
17801780
font-style: italic;
17811781
}

stylesheets/main.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)