Register a font family with a FontKey
static void registerFont(FontKey key, String fontFamily) { _fonts[key.key] = fontFamily; }