@@ -73,22 +73,17 @@ pub mod fira_sans {
7373 pub static LICENSE : & ' static [ u8 ] = include_bytes ! ( "static/FiraSans-LICENSE.txt" ) ;
7474}
7575
76- /// Files related to the Heuristica font.
77- pub mod heuristica {
78- /// The file `Heuristica-Italic.woff`, the Italic variant of the Heuristica font.
79- pub static ITALIC : & ' static [ u8 ] = include_bytes ! ( "static/Heuristica-Italic.woff" ) ;
80-
81- /// The file `Heuristica-LICENSE.txt`, the license text for the Heuristica font.
82- pub static LICENSE : & ' static [ u8 ] = include_bytes ! ( "static/Heuristica-LICENSE.txt" ) ;
83- }
84-
8576/// Files related to the Source Serif Pro font.
8677pub mod source_serif_pro {
87- /// The file `SourceSerifPro-Regular.woff`, the Regular variant of the Source Serif Pro font.
88- pub static REGULAR : & ' static [ u8 ] = include_bytes ! ( "static/SourceSerifPro-Regular.woff" ) ;
78+ /// The file `SourceSerifPro-Regular.ttf.woff`, the Regular variant of the Source Serif Pro
79+ /// font.
80+ pub static REGULAR : & ' static [ u8 ] = include_bytes ! ( "static/SourceSerifPro-Regular.ttf.woff" ) ;
81+
82+ /// The file `SourceSerifPro-Bold.ttf.woff`, the Bold variant of the Source Serif Pro font.
83+ pub static BOLD : & ' static [ u8 ] = include_bytes ! ( "static/SourceSerifPro-Bold.ttf.woff" ) ;
8984
90- /// The file `SourceSerifPro-Bold. woff`, the Bold variant of the Source Serif Pro font.
91- pub static BOLD : & ' static [ u8 ] = include_bytes ! ( "static/SourceSerifPro-Bold .woff" ) ;
85+ /// The file `SourceSerifPro-It.ttf. woff`, the Italic variant of the Source Serif Pro font.
86+ pub static ITALIC : & ' static [ u8 ] = include_bytes ! ( "static/SourceSerifPro-It.ttf .woff" ) ;
9287
9388 /// The file `SourceSerifPro-LICENSE.txt`, the license text for the Source Serif Pro font.
9489 pub static LICENSE : & ' static [ u8 ] = include_bytes ! ( "static/SourceSerifPro-LICENSE.txt" ) ;
0 commit comments