Skip to content

Commit f9d42d6

Browse files
committed
change name and path to fonts
1 parent f8a8549 commit f9d42d6

File tree

10 files changed

+68
-68
lines changed

10 files changed

+68
-68
lines changed

_sass/abstracts/_variables.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@use "sass:map";
22
@use "../../assets/@fontsource-variable/source-sans-3/index.css" as
3-
source-sans-3;
3+
source-sans-3-variable;
44
@use "../../assets/@fontsource-variable/source-serif-4/index.css" as
5-
source-serif-4;
5+
source-serif-4-variable;
66

77
// Colors new design
88
:root {
@@ -156,8 +156,8 @@ $gutter-spacing: $sp-8 !default;
156156
$gutter-spacing-sm: $sp-4 !default;
157157

158158
// Fonts.
159-
$body-font-family: "Source Sans 3", sans-serif;
160-
$heading-font-family: "Source Serif 4", serif;
159+
$body-font-family: "Source Sans 3 Variable", sans-serif;
160+
$heading-font-family: "Source Serif 4 Variable", serif;
161161
$mono-font-family: "SFMono-Regular", menlo, consolas, monospace !default;
162162

163163
// Main colors.

assets/@fontsource-variable/source-sans-3/index.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-style: normal;
55
font-display: swap;
66
font-weight: 200 900;
7-
src: url(./files/source-sans-3-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
7+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
88
unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
99
}
1010

@@ -14,7 +14,7 @@
1414
font-style: normal;
1515
font-display: swap;
1616
font-weight: 200 900;
17-
src: url(./files/source-sans-3-cyrillic-wght-normal.woff2) format('woff2-variations');
17+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-cyrillic-wght-normal.woff2) format('woff2-variations');
1818
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
1919
}
2020

@@ -24,7 +24,7 @@
2424
font-style: normal;
2525
font-display: swap;
2626
font-weight: 200 900;
27-
src: url(./files/source-sans-3-greek-ext-wght-normal.woff2) format('woff2-variations');
27+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-greek-ext-wght-normal.woff2) format('woff2-variations');
2828
unicode-range: U+1F00-1FFF;
2929
}
3030

@@ -34,7 +34,7 @@
3434
font-style: normal;
3535
font-display: swap;
3636
font-weight: 200 900;
37-
src: url(./files/source-sans-3-greek-wght-normal.woff2) format('woff2-variations');
37+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-greek-wght-normal.woff2) format('woff2-variations');
3838
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3939
}
4040

@@ -44,7 +44,7 @@
4444
font-style: normal;
4545
font-display: swap;
4646
font-weight: 200 900;
47-
src: url(./files/source-sans-3-vietnamese-wght-normal.woff2) format('woff2-variations');
47+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-vietnamese-wght-normal.woff2) format('woff2-variations');
4848
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
4949
}
5050

@@ -54,7 +54,7 @@
5454
font-style: normal;
5555
font-display: swap;
5656
font-weight: 200 900;
57-
src: url(./files/source-sans-3-latin-ext-wght-normal.woff2) format('woff2-variations');
57+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-latin-ext-wght-normal.woff2) format('woff2-variations');
5858
unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
5959
}
6060

@@ -64,6 +64,6 @@
6464
font-style: normal;
6565
font-display: swap;
6666
font-weight: 200 900;
67-
src: url(./files/source-sans-3-latin-wght-normal.woff2) format('woff2-variations');
67+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-latin-wght-normal.woff2) format('woff2-variations');
6868
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
69-
}
69+
}

assets/@fontsource-variable/source-sans-3/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@
2323
"exports": {
2424
".": {
2525
"sass": "./index.css",
26-
"default": "./index.css"
26+
"default": "./@fontsource-variable/source-sans-3/index.css"
2727
},
2828
"./LICENSE": "./LICENSE",
2929
"./*": {
3030
"sass": "./*.css",
31-
"default": "./*.css"
31+
"default": "./@fontsource-variable/source-sans-3/*.css"
3232
},
3333
"./*.css": {
3434
"sass": "./*.css",
35-
"default": "./*.css"
35+
"default": "./@fontsource-variable/source-sans-3/*.css"
3636
},
3737
"./files/*": {
3838
"sass": "./files/*",
39-
"default": "./files/*"
39+
"default": "./@fontsource-variable/source-sans-3/files/*"
4040
},
4141
"./files/*.woff": {
4242
"sass": "./files/*.woff",
43-
"default": "./files/*.woff"
43+
"default": "./@fontsource-variable/source-sans-3/files/*.woff"
4444
},
4545
"./files/*.woff2": {
4646
"sass": "./files/*.woff2",
47-
"default": "./files/*.woff2"
47+
"default": "./@fontsource-variable/source-sans-3/files/*.woff2"
4848
},
4949
"./package.json": "./package.json",
5050
"./metadata.json": "./metadata.json",

assets/@fontsource-variable/source-sans-3/wght-italic.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-style: italic;
55
font-display: swap;
66
font-weight: 200 900;
7-
src: url(./files/source-sans-3-cyrillic-ext-wght-italic.woff2) format('woff2-variations');
7+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-cyrillic-ext-wght-italic.woff2) format('woff2-variations');
88
unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
99
}
1010

@@ -14,7 +14,7 @@
1414
font-style: italic;
1515
font-display: swap;
1616
font-weight: 200 900;
17-
src: url(./files/source-sans-3-cyrillic-wght-italic.woff2) format('woff2-variations');
17+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-cyrillic-wght-italic.woff2) format('woff2-variations');
1818
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
1919
}
2020

@@ -24,7 +24,7 @@
2424
font-style: italic;
2525
font-display: swap;
2626
font-weight: 200 900;
27-
src: url(./files/source-sans-3-greek-ext-wght-italic.woff2) format('woff2-variations');
27+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-greek-ext-wght-italic.woff2) format('woff2-variations');
2828
unicode-range: U+1F00-1FFF;
2929
}
3030

@@ -34,7 +34,7 @@
3434
font-style: italic;
3535
font-display: swap;
3636
font-weight: 200 900;
37-
src: url(./files/source-sans-3-greek-wght-italic.woff2) format('woff2-variations');
37+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-greek-wght-italic.woff2) format('woff2-variations');
3838
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3939
}
4040

@@ -44,7 +44,7 @@
4444
font-style: italic;
4545
font-display: swap;
4646
font-weight: 200 900;
47-
src: url(./files/source-sans-3-vietnamese-wght-italic.woff2) format('woff2-variations');
47+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-vietnamese-wght-italic.woff2) format('woff2-variations');
4848
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
4949
}
5050

@@ -54,7 +54,7 @@
5454
font-style: italic;
5555
font-display: swap;
5656
font-weight: 200 900;
57-
src: url(./files/source-sans-3-latin-ext-wght-italic.woff2) format('woff2-variations');
57+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-latin-ext-wght-italic.woff2) format('woff2-variations');
5858
unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
5959
}
6060

@@ -64,6 +64,6 @@
6464
font-style: italic;
6565
font-display: swap;
6666
font-weight: 200 900;
67-
src: url(./files/source-sans-3-latin-wght-italic.woff2) format('woff2-variations');
67+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-latin-wght-italic.woff2) format('woff2-variations');
6868
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
69-
}
69+
}

assets/@fontsource-variable/source-sans-3/wght.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-style: normal;
55
font-display: swap;
66
font-weight: 200 900;
7-
src: url(./files/source-sans-3-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
7+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
88
unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
99
}
1010

@@ -14,7 +14,7 @@
1414
font-style: normal;
1515
font-display: swap;
1616
font-weight: 200 900;
17-
src: url(./files/source-sans-3-cyrillic-wght-normal.woff2) format('woff2-variations');
17+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-cyrillic-wght-normal.woff2) format('woff2-variations');
1818
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
1919
}
2020

@@ -24,7 +24,7 @@
2424
font-style: normal;
2525
font-display: swap;
2626
font-weight: 200 900;
27-
src: url(./files/source-sans-3-greek-ext-wght-normal.woff2) format('woff2-variations');
27+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-greek-ext-wght-normal.woff2) format('woff2-variations');
2828
unicode-range: U+1F00-1FFF;
2929
}
3030

@@ -34,7 +34,7 @@
3434
font-style: normal;
3535
font-display: swap;
3636
font-weight: 200 900;
37-
src: url(./files/source-sans-3-greek-wght-normal.woff2) format('woff2-variations');
37+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-greek-wght-normal.woff2) format('woff2-variations');
3838
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3939
}
4040

@@ -44,7 +44,7 @@
4444
font-style: normal;
4545
font-display: swap;
4646
font-weight: 200 900;
47-
src: url(./files/source-sans-3-vietnamese-wght-normal.woff2) format('woff2-variations');
47+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-vietnamese-wght-normal.woff2) format('woff2-variations');
4848
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
4949
}
5050

@@ -54,7 +54,7 @@
5454
font-style: normal;
5555
font-display: swap;
5656
font-weight: 200 900;
57-
src: url(./files/source-sans-3-latin-ext-wght-normal.woff2) format('woff2-variations');
57+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-latin-ext-wght-normal.woff2) format('woff2-variations');
5858
unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
5959
}
6060

@@ -64,6 +64,6 @@
6464
font-style: normal;
6565
font-display: swap;
6666
font-weight: 200 900;
67-
src: url(./files/source-sans-3-latin-wght-normal.woff2) format('woff2-variations');
67+
src: url(/assets/@fontsource-variable/source-sans-3/files/source-sans-3-latin-wght-normal.woff2) format('woff2-variations');
6868
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
69-
}
69+
}

assets/@fontsource-variable/source-serif-4/index.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-style: normal;
55
font-display: swap;
66
font-weight: 200 900;
7-
src: url(./files/source-serif-4-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
7+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
88
unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
99
}
1010

@@ -14,7 +14,7 @@
1414
font-style: normal;
1515
font-display: swap;
1616
font-weight: 200 900;
17-
src: url(./files/source-serif-4-cyrillic-wght-normal.woff2) format('woff2-variations');
17+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-cyrillic-wght-normal.woff2) format('woff2-variations');
1818
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
1919
}
2020

@@ -24,7 +24,7 @@
2424
font-style: normal;
2525
font-display: swap;
2626
font-weight: 200 900;
27-
src: url(./files/source-serif-4-greek-wght-normal.woff2) format('woff2-variations');
27+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-greek-wght-normal.woff2) format('woff2-variations');
2828
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
2929
}
3030

@@ -34,7 +34,7 @@
3434
font-style: normal;
3535
font-display: swap;
3636
font-weight: 200 900;
37-
src: url(./files/source-serif-4-vietnamese-wght-normal.woff2) format('woff2-variations');
37+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-vietnamese-wght-normal.woff2) format('woff2-variations');
3838
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
3939
}
4040

@@ -44,7 +44,7 @@
4444
font-style: normal;
4545
font-display: swap;
4646
font-weight: 200 900;
47-
src: url(./files/source-serif-4-latin-ext-wght-normal.woff2) format('woff2-variations');
47+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-latin-ext-wght-normal.woff2) format('woff2-variations');
4848
unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
4949
}
5050

@@ -54,6 +54,6 @@
5454
font-style: normal;
5555
font-display: swap;
5656
font-weight: 200 900;
57-
src: url(./files/source-serif-4-latin-wght-normal.woff2) format('woff2-variations');
57+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-latin-wght-normal.woff2) format('woff2-variations');
5858
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
59-
}
59+
}

assets/@fontsource-variable/source-serif-4/opsz-italic.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-style: italic;
55
font-display: swap;
66
font-weight: 200 900;
7-
src: url(./files/source-serif-4-cyrillic-ext-opsz-italic.woff2) format('woff2-variations');
7+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-cyrillic-ext-opsz-italic.woff2) format('woff2-variations');
88
unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
99
}
1010

@@ -14,7 +14,7 @@
1414
font-style: italic;
1515
font-display: swap;
1616
font-weight: 200 900;
17-
src: url(./files/source-serif-4-cyrillic-opsz-italic.woff2) format('woff2-variations');
17+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-cyrillic-opsz-italic.woff2) format('woff2-variations');
1818
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
1919
}
2020

@@ -24,7 +24,7 @@
2424
font-style: italic;
2525
font-display: swap;
2626
font-weight: 200 900;
27-
src: url(./files/source-serif-4-greek-opsz-italic.woff2) format('woff2-variations');
27+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-greek-opsz-italic.woff2) format('woff2-variations');
2828
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
2929
}
3030

@@ -34,7 +34,7 @@
3434
font-style: italic;
3535
font-display: swap;
3636
font-weight: 200 900;
37-
src: url(./files/source-serif-4-vietnamese-opsz-italic.woff2) format('woff2-variations');
37+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-vietnamese-opsz-italic.woff2) format('woff2-variations');
3838
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
3939
}
4040

@@ -44,7 +44,7 @@
4444
font-style: italic;
4545
font-display: swap;
4646
font-weight: 200 900;
47-
src: url(./files/source-serif-4-latin-ext-opsz-italic.woff2) format('woff2-variations');
47+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-latin-ext-opsz-italic.woff2) format('woff2-variations');
4848
unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
4949
}
5050

@@ -54,6 +54,6 @@
5454
font-style: italic;
5555
font-display: swap;
5656
font-weight: 200 900;
57-
src: url(./files/source-serif-4-latin-opsz-italic.woff2) format('woff2-variations');
57+
src: url(/assets/@fontsource-variable/source-serif-4/files/source-serif-4-latin-opsz-italic.woff2) format('woff2-variations');
5858
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
59-
}
59+
}

assets/@fontsource-variable/source-serif-4/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@
2323
"exports": {
2424
".": {
2525
"sass": "./index.css",
26-
"default": "./index.css"
26+
"default": "./@fontsource-variable/source-serif-4/index.css"
2727
},
2828
"./LICENSE": "./LICENSE",
2929
"./*": {
3030
"sass": "./*.css",
31-
"default": "./*.css"
31+
"default": "./@fontsource-variable/source-serif-4/*.css"
3232
},
3333
"./*.css": {
3434
"sass": "./*.css",
35-
"default": "./*.css"
35+
"default": "./@fontsource-variable/source-serif-4/*.css"
3636
},
3737
"./files/*": {
3838
"sass": "./files/*",
39-
"default": "./files/*"
39+
"default": "./@fontsource-variable/source-serif-4/files/*"
4040
},
4141
"./files/*.woff": {
4242
"sass": "./files/*.woff",
43-
"default": "./files/*.woff"
43+
"default": "./@fontsource-variable/source-serif-4/files/*.woff"
4444
},
4545
"./files/*.woff2": {
4646
"sass": "./files/*.woff2",
47-
"default": "./files/*.woff2"
47+
"default": "./@fontsource-variable/source-serif-4/files/*.woff2"
4848
},
4949
"./package.json": "./package.json",
5050
"./metadata.json": "./metadata.json",

0 commit comments

Comments
 (0)