googleStyles top-level property

Map<String, TextStyle> googleStyles
final

All the GoogleFonts currently supported

Implementation

final Map<String, TextStyle> googleStyles = {
  sora: GoogleFonts.sora(),
  hahmlet: GoogleFonts.hahmlet(),
  jetBrainsMono: GoogleFonts.jetBrainsMono(),
  andadaPro: GoogleFonts.andadaPro(),
  epilogue: GoogleFonts.epilogue(),
  inter: GoogleFonts.inter(),
  encodeSans: GoogleFonts.encodeSans(),
  manrope: GoogleFonts.manrope(),
  lora: GoogleFonts.lora(),
  bioRhyme: GoogleFonts.bioRhyme(),
  playfairDisplay: GoogleFonts.playfairDisplay(),
  archivo: GoogleFonts.archivo(),
  roboto: GoogleFonts.roboto(),
  cormorant: GoogleFonts.cormorant(),
  spectral: GoogleFonts.spectral(),
  raleway: GoogleFonts.raleway(),
  workSans: GoogleFonts.workSans(),
  lato: GoogleFonts.lato(),
  anton: GoogleFonts.anton(),
  oldStandard: GoogleFonts.oldStandardTt(),
};