Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replace Heuristica with Source Serif Pro italic in rustdoc.css
  • Loading branch information
tspiteri committed Jan 7, 2019
commit aa257ec73ed96782821fc90e3aa9698813fa8385
9 changes: 4 additions & 5 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,24 @@
src: local('Fira Sans Medium'), url(https://github.com/"FiraSans-Medium.woff") format('woff');
}

/* See SourceSerifPro-LICENSE.txt for the Source Serif Pro license and
* Heuristica-LICENSE.txt for the Heuristica license. */
/* See SourceSerifPro-LICENSE.txt for the Source Serif Pro license. */
@font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: local('Source Serif Pro'), url(https://github.com/"SourceSerifPro-Regular.woff") format('woff');
src: local('Source Serif Pro'), url(https://github.com/"SourceSerifPro-Regular.%3Cspan%20class=%22x%20x-first%20x-last%22%3Ettf.%3C/span%3Ewoff") format('woff');
}
@font-face {
font-family: 'Source Serif Pro';
font-style: italic;
font-weight: 400;
src: url(https://github.com/"%3Cspan%20class=%22x%20x-first%20x-last%22%3EHeuristica-Italic%3C/span%3E.woff") format('woff');
src: local('Source Serif Pro Italic'), url(https://github.com/"%3Cspan%20class=%22x%20x-first%20x-last%22%3ESourceSerifPro-It.ttf%3C/span%3E.woff") format('woff');
}
@font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 700;
src: local('Source Serif Pro Bold'), url(https://github.com/"SourceSerifPro-Bold.woff") format('woff');
src: local('Source Serif Pro Bold'), url(https://github.com/"SourceSerifPro-Bold.%3Cspan%20class=%22x%20x-first%20x-last%22%3Ettf.%3C/span%3Ewoff") format('woff');
}

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