const EMBEDDED_FONT_SIZES: &str = "{\n \"title\": 15.0,\n \"block_type\": 12.75,\n \"pin\": 13.5,\n \"pin_subtitle\": 9.0,\n \"tag\": 11.25,\n \"route\": 12.0\n}\n";Expand description
The canvas font sizes baked into the binary, written by the font editor
(--font-editor) on exit. See Theme::from_embedded.