@@ -73,22 +73,17 @@ pub mod fira_sans {
73
73
pub static LICENSE: &'static [u8] = include_bytes!("static/FiraSans-LICENSE.txt");
74
74
}
75
75
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
-
85
76
/// Files related to the Source Serif Pro font.
86
77
pub 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");
89
84
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");
92
87
93
88
/// The file `SourceSerifPro-LICENSE.txt`, the license text for the Source Serif Pro font.
94
89
pub static LICENSE: &'static [u8] = include_bytes!("static/SourceSerifPro-LICENSE.txt");
0 commit comments