8-12/
This commit is contained in:
@@ -7,25 +7,25 @@ class AppStyle {
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 40,
|
||||
color: AppColor.accentColor,
|
||||
fontFamily: GoogleFonts.pacifico().fontFamily);
|
||||
fontFamily: GoogleFonts.josefinSans().fontFamily);
|
||||
static TextStyle headtitle2 = TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 26,
|
||||
color: AppColor.primaryColor,
|
||||
fontFamily: GoogleFonts.eduSaBeginner().fontFamily);
|
||||
fontFamily: GoogleFonts.josefinSans().fontFamily);
|
||||
static TextStyle title = TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 16,
|
||||
color: AppColor.primaryColor,
|
||||
fontFamily: GoogleFonts.roboto().fontFamily);
|
||||
fontFamily: GoogleFonts.josefinSans().fontFamily);
|
||||
static TextStyle subtitle = TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 13,
|
||||
color: AppColor.primaryColor,
|
||||
fontFamily: GoogleFonts.roboto().fontFamily);
|
||||
fontFamily: GoogleFonts.josefinSans().fontFamily);
|
||||
static TextStyle number = TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 20,
|
||||
color: AppColor.primaryColor,
|
||||
fontFamily: GoogleFonts.roboto().fontFamily);
|
||||
fontFamily: GoogleFonts.josefinSans().fontFamily);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user