Skip to content

Commit c811345

Browse files
committed
Fix the STAT table of the variable fonts
These fonts were built with * afdko v2.9.9a12 * fontmake v1.10.1
1 parent 334ee01 commit c811345

File tree

94 files changed

+55
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+55
-55
lines changed

OTF/SourceSerifPro-Black.otf

0 Bytes
Binary file not shown.

OTF/SourceSerifPro-BlackIt.otf

0 Bytes
Binary file not shown.

OTF/SourceSerifPro-Bold.otf

0 Bytes
Binary file not shown.

OTF/SourceSerifPro-BoldIt.otf

0 Bytes
Binary file not shown.

OTF/SourceSerifPro-ExtraLight.otf

0 Bytes
Binary file not shown.

OTF/SourceSerifPro-ExtraLightIt.otf

0 Bytes
Binary file not shown.

OTF/SourceSerifPro-It.otf

0 Bytes
Binary file not shown.

OTF/SourceSerifPro-Light.otf

-8 Bytes
Binary file not shown.

OTF/SourceSerifPro-LightIt.otf

0 Bytes
Binary file not shown.

OTF/SourceSerifPro-Regular.otf

0 Bytes
Binary file not shown.

OTF/SourceSerifPro-Semibold.otf

0 Bytes
Binary file not shown.

OTF/SourceSerifPro-SemiboldIt.otf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-Black.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-BlackIt.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-Bold.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-BoldIt.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-ExtraLight.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-ExtraLightIt.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-It.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-Light.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-LightIt.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-Regular.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-Semibold.ttf

0 Bytes
Binary file not shown.

TTF/SourceSerifPro-SemiboldIt.ttf

0 Bytes
Binary file not shown.

VAR/SourceSerifVariable-Italic.otf

-4.69 KB
Binary file not shown.
-129 KB
Binary file not shown.
-115 KB
Binary file not shown.

VAR/SourceSerifVariable-Italic.ttf

-4.69 KB
Binary file not shown.
-126 KB
Binary file not shown.

VAR/SourceSerifVariable-Roman.otf

-16.7 KB
Binary file not shown.
-178 KB
Binary file not shown.
-155 KB
Binary file not shown.

VAR/SourceSerifVariable-Roman.ttf

-16.7 KB
Binary file not shown.
-198 KB
Binary file not shown.
-164 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

WOFF/OTF/SourceSerifPro-Bold.otf.woff

0 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

WOFF/OTF/SourceSerifPro-It.otf.woff

-4 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

WOFF/TTF/SourceSerifPro-Bold.ttf.woff

0 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

WOFF/TTF/SourceSerifPro-It.ttf.woff

-4 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
127 KB
Binary file not shown.
170 KB
Binary file not shown.
190 KB
Binary file not shown.
76 Bytes
Binary file not shown.
-56 Bytes
Binary file not shown.
-80 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.
360 Bytes
Binary file not shown.
-252 Bytes
Binary file not shown.

WOFF2/OTF/SourceSerifPro-It.otf.woff2

-216 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
232 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.
-196 Bytes
Binary file not shown.
400 Bytes
Binary file not shown.
-68 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-72 Bytes
Binary file not shown.
-180 Bytes
Binary file not shown.
-152 Bytes
Binary file not shown.
36 Bytes
Binary file not shown.

WOFF2/TTF/SourceSerifPro-It.ttf.woff2

-84 Bytes
Binary file not shown.
100 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.
-40 Bytes
Binary file not shown.
148 Bytes
Binary file not shown.
-104 Bytes
Binary file not shown.
113 KB
Binary file not shown.
124 KB
Binary file not shown.
149 KB
Binary file not shown.
158 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source-serif-pro",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro family.",
55
"keywords": [
66
"font",

source-serif-pro.css

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3,129 +3,129 @@
33
font-weight: 200;
44
font-style: normal;
55
font-stretch: normal;
6-
src: url('WOFF2/TTF/SourceSerifPro-ExtraLight.ttf.woff2') format('woff2'),
7-
url('WOFF/OTF/SourceSerifPro-ExtraLight.otf.woff') format('woff'),
8-
url('OTF/SourceSerifPro-ExtraLight.otf') format('opentype'),
9-
url('TTF/SourceSerifPro-ExtraLight.ttf') format('truetype');
6+
src: url('./WOFF2/TTF/SourceSerifPro-ExtraLight.ttf.woff2') format('woff2'),
7+
url('./WOFF/OTF/SourceSerifPro-ExtraLight.otf.woff') format('woff'),
8+
url('./OTF/SourceSerifPro-ExtraLight.otf') format('opentype'),
9+
url('./TTF/SourceSerifPro-ExtraLight.ttf') format('truetype');
1010
}
1111

1212
@font-face{
1313
font-family: 'Source Serif Pro';
1414
font-weight: 200;
1515
font-style: italic;
1616
font-stretch: normal;
17-
src: url('WOFF2/TTF/SourceSerifPro-ExtraLightIt.ttf.woff2') format('woff2'),
18-
url('WOFF/OTF/SourceSerifPro-ExtraLightIt.otf.woff') format('woff'),
19-
url('OTF/SourceSerifPro-ExtraLightIt.otf') format('opentype'),
20-
url('TTF/SourceSerifPro-ExtraLightIt.ttf') format('truetype');
17+
src: url('./WOFF2/TTF/SourceSerifPro-ExtraLightIt.ttf.woff2') format('woff2'),
18+
url('./WOFF/OTF/SourceSerifPro-ExtraLightIt.otf.woff') format('woff'),
19+
url('./OTF/SourceSerifPro-ExtraLightIt.otf') format('opentype'),
20+
url('./TTF/SourceSerifPro-ExtraLightIt.ttf') format('truetype');
2121
}
2222

2323
@font-face{
2424
font-family: 'Source Serif Pro';
2525
font-weight: 300;
2626
font-style: normal;
2727
font-stretch: normal;
28-
src: url('WOFF2/TTF/SourceSerifPro-Light.ttf.woff2') format('woff2'),
29-
url('WOFF/OTF/SourceSerifPro-Light.otf.woff') format('woff'),
30-
url('OTF/SourceSerifPro-Light.otf') format('opentype'),
31-
url('TTF/SourceSerifPro-Light.ttf') format('truetype');
28+
src: url('./WOFF2/TTF/SourceSerifPro-Light.ttf.woff2') format('woff2'),
29+
url('./WOFF/OTF/SourceSerifPro-Light.otf.woff') format('woff'),
30+
url('./OTF/SourceSerifPro-Light.otf') format('opentype'),
31+
url('./TTF/SourceSerifPro-Light.ttf') format('truetype');
3232
}
3333

3434
@font-face{
3535
font-family: 'Source Serif Pro';
3636
font-weight: 300;
3737
font-style: italic;
3838
font-stretch: normal;
39-
src: url('WOFF2/TTF/SourceSerifPro-LightIt.ttf.woff2') format('woff2'),
40-
url('WOFF/OTF/SourceSerifPro-LightIt.otf.woff') format('woff'),
41-
url('OTF/SourceSerifPro-LightIt.otf') format('opentype'),
42-
url('TTF/SourceSerifPro-LightIt.ttf') format('truetype');
39+
src: url('./WOFF2/TTF/SourceSerifPro-LightIt.ttf.woff2') format('woff2'),
40+
url('./WOFF/OTF/SourceSerifPro-LightIt.otf.woff') format('woff'),
41+
url('./OTF/SourceSerifPro-LightIt.otf') format('opentype'),
42+
url('./TTF/SourceSerifPro-LightIt.ttf') format('truetype');
4343
}
4444

4545
@font-face{
4646
font-family: 'Source Serif Pro';
4747
font-weight: 400;
4848
font-style: normal;
4949
font-stretch: normal;
50-
src: url('WOFF2/TTF/SourceSerifPro-Regular.ttf.woff2') format('woff2'),
51-
url('WOFF/OTF/SourceSerifPro-Regular.otf.woff') format('woff'),
52-
url('OTF/SourceSerifPro-Regular.otf') format('opentype'),
53-
url('TTF/SourceSerifPro-Regular.ttf') format('truetype');
50+
src: url('./WOFF2/TTF/SourceSerifPro-Regular.ttf.woff2') format('woff2'),
51+
url('./WOFF/OTF/SourceSerifPro-Regular.otf.woff') format('woff'),
52+
url('./OTF/SourceSerifPro-Regular.otf') format('opentype'),
53+
url('./TTF/SourceSerifPro-Regular.ttf') format('truetype');
5454
}
5555

5656
@font-face{
5757
font-family: 'Source Serif Pro';
5858
font-weight: 400;
5959
font-style: italic;
6060
font-stretch: normal;
61-
src: url('WOFF2/TTF/SourceSerifPro-It.ttf.woff2') format('woff2'),
62-
url('WOFF/OTF/SourceSerifPro-It.otf.woff') format('woff'),
63-
url('OTF/SourceSerifPro-It.otf') format('opentype'),
64-
url('TTF/SourceSerifPro-It.ttf') format('truetype');
61+
src: url('./WOFF2/TTF/SourceSerifPro-It.ttf.woff2') format('woff2'),
62+
url('./WOFF/OTF/SourceSerifPro-It.otf.woff') format('woff'),
63+
url('./OTF/SourceSerifPro-It.otf') format('opentype'),
64+
url('./TTF/SourceSerifPro-It.ttf') format('truetype');
6565
}
6666

6767
@font-face{
6868
font-family: 'Source Serif Pro';
6969
font-weight: 600;
7070
font-style: normal;
7171
font-stretch: normal;
72-
src: url('WOFF2/TTF/SourceSerifPro-Semibold.ttf.woff2') format('woff2'),
73-
url('WOFF/OTF/SourceSerifPro-Semibold.otf.woff') format('woff'),
74-
url('OTF/SourceSerifPro-Semibold.otf') format('opentype'),
75-
url('TTF/SourceSerifPro-Semibold.ttf') format('truetype');
72+
src: url('./WOFF2/TTF/SourceSerifPro-Semibold.ttf.woff2') format('woff2'),
73+
url('./WOFF/OTF/SourceSerifPro-Semibold.otf.woff') format('woff'),
74+
url('./OTF/SourceSerifPro-Semibold.otf') format('opentype'),
75+
url('./TTF/SourceSerifPro-Semibold.ttf') format('truetype');
7676
}
7777

7878
@font-face{
7979
font-family: 'Source Serif Pro';
8080
font-weight: 600;
8181
font-style: italic;
8282
font-stretch: normal;
83-
src: url('WOFF2/TTF/SourceSerifPro-SemiboldIt.ttf.woff2') format('woff2'),
84-
url('WOFF/OTF/SourceSerifPro-SemiboldIt.otf.woff') format('woff'),
85-
url('OTF/SourceSerifPro-SemiboldIt.otf') format('opentype'),
86-
url('TTF/SourceSerifPro-SemiboldIt.ttf') format('truetype');
83+
src: url('./WOFF2/TTF/SourceSerifPro-SemiboldIt.ttf.woff2') format('woff2'),
84+
url('./WOFF/OTF/SourceSerifPro-SemiboldIt.otf.woff') format('woff'),
85+
url('./OTF/SourceSerifPro-SemiboldIt.otf') format('opentype'),
86+
url('./TTF/SourceSerifPro-SemiboldIt.ttf') format('truetype');
8787
}
8888

8989
@font-face{
9090
font-family: 'Source Serif Pro';
9191
font-weight: 700;
9292
font-style: normal;
9393
font-stretch: normal;
94-
src: url('WOFF2/TTF/SourceSerifPro-Bold.ttf.woff2') format('woff2'),
95-
url('WOFF/OTF/SourceSerifPro-Bold.otf.woff') format('woff'),
96-
url('OTF/SourceSerifPro-Bold.otf') format('opentype'),
97-
url('TTF/SourceSerifPro-Bold.ttf') format('truetype');
94+
src: url('./WOFF2/TTF/SourceSerifPro-Bold.ttf.woff2') format('woff2'),
95+
url('./WOFF/OTF/SourceSerifPro-Bold.otf.woff') format('woff'),
96+
url('./OTF/SourceSerifPro-Bold.otf') format('opentype'),
97+
url('./TTF/SourceSerifPro-Bold.ttf') format('truetype');
9898
}
9999

100100
@font-face{
101101
font-family: 'Source Serif Pro';
102102
font-weight: 700;
103103
font-style: italic;
104104
font-stretch: normal;
105-
src: url('WOFF2/TTF/SourceSerifPro-BoldIt.ttf.woff2') format('woff2'),
106-
url('WOFF/OTF/SourceSerifPro-BoldIt.otf.woff') format('woff'),
107-
url('OTF/SourceSerifPro-BoldIt.otf') format('opentype'),
108-
url('TTF/SourceSerifPro-BoldIt.ttf') format('truetype');
105+
src: url('./WOFF2/TTF/SourceSerifPro-BoldIt.ttf.woff2') format('woff2'),
106+
url('./WOFF/OTF/SourceSerifPro-BoldIt.otf.woff') format('woff'),
107+
url('./OTF/SourceSerifPro-BoldIt.otf') format('opentype'),
108+
url('./TTF/SourceSerifPro-BoldIt.ttf') format('truetype');
109109
}
110110

111111
@font-face{
112112
font-family: 'Source Serif Pro';
113113
font-weight: 900;
114114
font-style: normal;
115115
font-stretch: normal;
116-
src: url('WOFF2/TTF/SourceSerifPro-Black.ttf.woff2') format('woff2'),
117-
url('WOFF/OTF/SourceSerifPro-Black.otf.woff') format('woff'),
118-
url('OTF/SourceSerifPro-Black.otf') format('opentype'),
119-
url('TTF/SourceSerifPro-Black.ttf') format('truetype');
116+
src: url('./WOFF2/TTF/SourceSerifPro-Black.ttf.woff2') format('woff2'),
117+
url('./WOFF/OTF/SourceSerifPro-Black.otf.woff') format('woff'),
118+
url('./OTF/SourceSerifPro-Black.otf') format('opentype'),
119+
url('./TTF/SourceSerifPro-Black.ttf') format('truetype');
120120
}
121121

122122
@font-face{
123123
font-family: 'Source Serif Pro';
124124
font-weight: 900;
125125
font-style: italic;
126126
font-stretch: normal;
127-
src: url('WOFF2/TTF/SourceSerifPro-BlackIt.ttf.woff2') format('woff2'),
128-
url('WOFF/OTF/SourceSerifPro-BlackIt.otf.woff') format('woff'),
129-
url('OTF/SourceSerifPro-BlackIt.otf') format('opentype'),
130-
url('TTF/SourceSerifPro-BlackIt.ttf') format('truetype');
127+
src: url('./WOFF2/TTF/SourceSerifPro-BlackIt.ttf.woff2') format('woff2'),
128+
url('./WOFF/OTF/SourceSerifPro-BlackIt.otf.woff') format('woff'),
129+
url('./OTF/SourceSerifPro-BlackIt.otf') format('opentype'),
130+
url('./TTF/SourceSerifPro-BlackIt.ttf') format('truetype');
131131
}

source-serif-variable.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
font-weight: 200 900;
44
font-style: normal;
55
font-stretch: normal;
6-
src: url('VAR/SourceSerifVariable-Roman.ttf.woff2') format('woff2'),
7-
url('VAR/SourceSerifVariable-Roman.ttf.woff') format('woff'),
8-
url('VAR/SourceSerifVariable-Roman.ttf') format('truetype');
6+
src: url('./WOFF2/VAR/SourceSerifVariable-Roman.ttf.woff2') format('woff2'),
7+
url('./WOFF/VAR/SourceSerifVariable-Roman.ttf.woff') format('woff'),
8+
url('./VAR/SourceSerifVariable-Roman.ttf') format('truetype');
99
}
1010

1111
@font-face{
1212
font-family: 'Source Serif Variable';
1313
font-weight: 200 900;
1414
font-style: italic;
1515
font-stretch: normal;
16-
src: url('VAR/SourceSerifVariable-Italic.ttf.woff2') format('woff2'),
17-
url('VAR/SourceSerifVariable-Italic.ttf.woff') format('woff'),
18-
url('VAR/SourceSerifVariable-Italic.ttf') format('truetype');
16+
src: url('./WOFF2/VAR/SourceSerifVariable-Italic.ttf.woff2') format('woff2'),
17+
url('./WOFF/VAR/SourceSerifVariable-Italic.ttf.woff') format('woff'),
18+
url('./VAR/SourceSerifVariable-Italic.ttf') format('truetype');
1919
}

0 commit comments

Comments
 (0)