//!
//! This example will demonstrate how to enumerate all the glyphs in a font as an enum
//! For this example, we will generate it using the `font!` macro
//!
//! See the `google-material-symbols` crate for doing this in `build.rs` instead
//!
use font;
//
// A very simple font with only a few glyphs
font!;