Skip to content

Commit 75bfbe5

Browse files
Nemo157jyn514
authored andcommitted
Update _Source Serif Pro_ to _Source Serif_ v4.004
And add woff2 files
1 parent 896270a commit 75bfbe5

12 files changed

+18
-9
lines changed

static/SourceSerif4-Bold.ttf.woff

108 KB
Binary file not shown.

static/SourceSerif4-Bold.ttf.woff2

79.4 KB
Binary file not shown.

static/SourceSerif4-It.ttf.woff

76.3 KB
Binary file not shown.

static/SourceSerif4-It.ttf.woff2

58.5 KB
Binary file not shown.

static/SourceSerifPro-LICENSE.md renamed to static/SourceSerif4-LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014-2018 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries.
1+
Copyright 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries.
22

33
This Font Software is licensed under the SIL Open Font License, Version 1.1.
44

static/SourceSerif4-Regular.ttf.woff

101 KB
Binary file not shown.

static/SourceSerif4-Regular.ttf.woff2

74.4 KB
Binary file not shown.

static/SourceSerifPro-Bold.ttf.woff

-91.1 KB
Binary file not shown.

static/SourceSerifPro-It.ttf.woff

-35.4 KB
Binary file not shown.
-86.5 KB
Binary file not shown.

templates/style/_vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Fonts
44
$font-family-sans: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
5-
$font-family-serif: "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
5+
$font-family-serif: "Source Serif", Georgia, Times, "Times New Roman", serif;
66
$font-family-mono: "Source Code Pro", Menlo, Monaco, Consolas, "DejaVu Sans Mono", Inconsolata, monospace;
77

88
// Sizes

templates/style/base.scss

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,33 @@
1515
src: local('Fira Sans Medium'), url("FiraSans-Medium.woff") format('woff');
1616
}
1717

18-
/* See SourceSerifPro-LICENSE.txt for the Source Serif Pro license. */
18+
/* See SourceSerif4-LICENSE.md for the Source Serif 4 license. */
1919
@font-face {
20-
font-family: 'Source Serif Pro';
20+
font-family: 'Source Serif';
2121
font-style: normal;
2222
font-weight: 400;
23-
src: local('Source Serif Pro'), url("SourceSerifPro-Regular.ttf.woff") format('woff');
23+
src:
24+
local('Source Serif 4'),
25+
url("SourceSerif4-Regular.ttf.woff2") format('woff2'),
26+
url("SourceSerif4-Regular.ttf.woff") format('woff');
2427
}
2528
@font-face {
26-
font-family: 'Source Serif Pro';
29+
font-family: 'Source Serif';
2730
font-style: italic;
2831
font-weight: 400;
29-
src: local('Source Serif Pro Italic'), url("SourceSerifPro-It.ttf.woff") format('woff');
32+
src:
33+
local('Source Serif 4'),
34+
url("SourceSerif4-It.ttf.woff2") format('woff2'),
35+
url("SourceSerif4-It.ttf.woff") format('woff');
3036
}
3137
@font-face {
32-
font-family: 'Source Serif Pro';
38+
font-family: 'Source Serif';
3339
font-style: normal;
3440
font-weight: 700;
35-
src: local('Source Serif Pro Bold'), url("SourceSerifPro-Bold.ttf.woff") format('woff');
41+
src:
42+
local('Source Serif 4'),
43+
url("SourceSerif4-Bold.ttf.woff2") format('woff2'),
44+
url("SourceSerif4-Bold.ttf.woff") format('woff');
3645
}
3746

3847
/* See SourceCodePro-LICENSE.md for the Source Code Pro license. */

0 commit comments

Comments
 (0)