Skip to content

Instantly share code, notes, and snippets.

@dllewellyn
Created November 26, 2019 06:37
Show Gist options
  • Save dllewellyn/d13cc36137efe330eb981cf46eaee4fa to your computer and use it in GitHub Desktop.
Save dllewellyn/d13cc36137efe330eb981cf46eaee4fa to your computer and use it in GitHub Desktop.
theme: ThemeData(
primarySwatch: Colors.red,
textTheme: TextTheme(
title: TextStyle(
fontFamily: "stonehenge",
fontWeight: FontWeight.bold,
fontSize: 26,
),
caption: TextStyle(
fontFamily: "stonehenge",
fontSize: 18,
),
headline: TextStyle(
fontFamily: "carolingia",
fontSize: 34,
fontWeight: FontWeight.bold,
),
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment