pub static LIGHT: &str = include_str!("static/light.css");
pub static RUSTDOC_CSS: &str = include_str!("static/rustdoc.css");
pub static SVDOC_CSS: &str = include_str!("static/svdoc.css");
pub mod fira_sans {
pub static REGULAR: &[u8] = include_bytes!("static/FiraSans-Regular.woff");
pub static MEDIUM: &[u8] = include_bytes!("static/FiraSans-Medium.woff");
}
pub mod source_serif_pro {
pub static REGULAR: &[u8] = include_bytes!("static/SourceSerifPro-Regular.ttf.woff");
pub static BOLD: &[u8] = include_bytes!("static/SourceSerifPro-Bold.ttf.woff");
pub static ITALIC: &[u8] = include_bytes!("static/SourceSerifPro-It.ttf.woff");
}
pub mod source_code_pro {
pub static REGULAR: &[u8] = include_bytes!("static/SourceCodePro-Regular.woff");
pub static SEMIBOLD: &[u8] = include_bytes!("static/SourceCodePro-Semibold.woff");
}