1 2 3 4 5 6 7 8 9 10 11 12 13
use crate::define_theme; define_theme! { %[no_ext] pub Typography { %[fields] title: f32, subtitle: f32, body: f32, caption: f32, overline: f32, } }