# Fonts for Storybook Editor ## Required Fonts ### Geist (UI Text) - **Source**: https://vercel.com/font - **License**: SIL Open Font License - **Files needed**: - `Geist-Regular.otf` (400) - `Geist-Medium.otf` (500) - `Geist-SemiBold.otf` (600) ### Monaspace Neon (Code) - **Source**: https://github.com/githubnext/monaspace - **License**: SIL Open Font License - **Files needed**: - `MonaspaceNeon-Regular.otf` (400) - `MonaspaceNeon-SemiBold.otf` (600) ## Installation 1. Download Geist from https://vercel.com/font 2. Download Monaspace from https://github.com/githubnext/monaspace/releases 3. Extract and copy the `.otf` files to this directory ## Usage in Iced Fonts will be embedded at compile time using `include_bytes!()` and loaded via Iced's font system.