Skip to content

Commit 233b319

Browse files
Rollup merge of #107354 - tspiteri:source-serif-4.005, r=GuillaumeGomez
rustdoc: update Source Serif 4 from 4.004 to 4.005 [Version 4.005](https://github.com/adobe-fonts/source-serif/releases/tag/4.005R) was released on 2023-01-20.
2 parents d65f60d + 1c3fc9d commit 233b319

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/* When static files are updated, their suffixes need to be updated.
2+
1. In the top directory run:
3+
./x.py doc --stage 1 library/core
4+
2. Find the directory containing files named with updated suffixes:
5+
find build -path '*'/stage1-std/'*'/static.files
6+
3. Copy the filenames with updated suffixes from the directory.
7+
*/
8+
19
/* See FiraSans-LICENSE.txt for the Fira Sans license. */
210
@font-face {
311
font-family: 'Fira Sans';
@@ -22,23 +30,23 @@
2230
font-style: normal;
2331
font-weight: 400;
2432
src: local('Source Serif 4'),
25-
url("SourceSerif4-Regular-1f7d512b176f0f72.ttf.woff2") format("woff2");
33+
url("SourceSerif4-Regular-46f98efaafac5295.ttf.woff2") format("woff2");
2634
font-display: swap;
2735
}
2836
@font-face {
2937
font-family: 'Source Serif 4';
3038
font-style: italic;
3139
font-weight: 400;
3240
src: local('Source Serif 4 Italic'),
33-
url("SourceSerif4-It-d034fe4ef9d0fa00.ttf.woff2") format("woff2");
41+
url("SourceSerif4-It-acdfaf1a8af734b1.ttf.woff2") format("woff2");
3442
font-display: swap;
3543
}
3644
@font-face {
3745
font-family: 'Source Serif 4';
3846
font-style: normal;
3947
font-weight: 700;
4048
src: local('Source Serif 4 Bold'),
41-
url("SourceSerif4-Bold-124a1ca42af929b6.ttf.woff2") format("woff2");
49+
url("SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2") format("woff2");
4250
font-display: swap;
4351
}
4452

Binary file not shown.
Binary file not shown.

src/librustdoc/html/static/fonts/SourceSerif4-LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
1+
Copyright 2014 - 2023 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

Binary file not shown.

0 commit comments

Comments
 (0)