static Future<String?> getFontMap() async { final SharedPreferences prefs = await SharedPreferences.getInstance(); return prefs.getString('font'); }