Skip to content

Commit aa257ec

Browse files
committed
Replace Heuristica with Source Serif Pro italic in rustdoc.css
1 parent 239ac2b commit aa257ec

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,24 @@
1212
src: local('Fira Sans Medium'), url("FiraSans-Medium.woff") format('woff');
1313
}
1414

15-
/* See SourceSerifPro-LICENSE.txt for the Source Serif Pro license and
16-
* Heuristica-LICENSE.txt for the Heuristica license. */
15+
/* See SourceSerifPro-LICENSE.txt for the Source Serif Pro license. */
1716
@font-face {
1817
font-family: 'Source Serif Pro';
1918
font-style: normal;
2019
font-weight: 400;
21-
src: local('Source Serif Pro'), url("SourceSerifPro-Regular.woff") format('woff');
20+
src: local('Source Serif Pro'), url("SourceSerifPro-Regular.ttf.woff") format('woff');
2221
}
2322
@font-face {
2423
font-family: 'Source Serif Pro';
2524
font-style: italic;
2625
font-weight: 400;
27-
src: url("Heuristica-Italic.woff") format('woff');
26+
src: local('Source Serif Pro Italic'), url("SourceSerifPro-It.ttf.woff") format('woff');
2827
}
2928
@font-face {
3029
font-family: 'Source Serif Pro';
3130
font-style: normal;
3231
font-weight: 700;
33-
src: local('Source Serif Pro Bold'), url("SourceSerifPro-Bold.woff") format('woff');
32+
src: local('Source Serif Pro Bold'), url("SourceSerifPro-Bold.ttf.woff") format('woff');
3433
}
3534

3635
/* See SourceCodePro-LICENSE.txt for the Source Code Pro license. */

0 commit comments

Comments
 (0)