//! Builtin Unicode fallback fonts.
//!
//! Noto Sans Regular (400) and Bold (700) are bundled so that non-Latin
//! text (Cyrillic, Greek, math symbols, etc.) renders correctly without
//! any user-side font configuration.
const NOTO_SANS_REGULAR: & = include_bytes!;
const NOTO_SANS_BOLD: & = include_bytes!;
/// Register the builtin Noto Sans fonts with a font registry.