Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created January 23, 2026 16:14
Show Gist options
  • Select an option

  • Save fredgrott/461c214f56dfd3060576ff70cae6fc36 to your computer and use it in GitHub Desktop.

Select an option

Save fredgrott/461c214f56dfd3060576ff70cae6fc36 to your computer and use it in GitHub Desktop.
kFontWeights
class kFontWeights {
final FontWeight displayLarge = FontWeight.w400;
final FontWeight displayMedium = FontWeight.w400;
final FontWeight displaySmall = FontWeight.w400;
final FontWeight headlineLarge = FontWeight.w400;
final FontWeight headlineMedium = FontWeight.w400;
final FontWeight headlineSmall = FontWeight.w400;
final FontWeight titleLarge = FontWeight.w400;
final FontWeight titleMedium = FontWeight.w500;
final FontWeight titleSmall = FontWeight.w500;
final FontWeight bodyLarge = FontWeight.w400;
final FontWeight bodyMedium = FontWeight.w400;
final FontWeight bodySmall = FontWeight.w400;
final FontWeight labelLarge = FontWeight.w500;
final FontWeight labelMedium = FontWeight.w500;
final FontWeight labelSmall = FontWeight.w500;
final FontWeight expressiveDisplayLarge = FontWeight.w500;
final FontWeight expressiveDisplayMedium = FontWeight.w500;
final FontWeight expressiveDisplaySmall = FontWeight.w500;
final FontWeight expressiveHeadlineLarge = FontWeight.w500;
final FontWeight expressiveHeadlineMedium = FontWeight.w500;
final FontWeight expressiveHeadlineSmall = FontWeight.w500;
final FontWeight expressiveTitleLarge = FontWeight.w500;
final FontWeight expressiveTitleMedium = FontWeight.w600;
final FontWeight expressiveTitleSmall = FontWeight.w600;
final FontWeight expressiveBodyLarge = FontWeight.w500;
final FontWeight expressiveBodyMedium = FontWeight.w500;
final FontWeight expressiveBodySmall = FontWeight.w500;
final FontWeight expressiveLabelLarge = FontWeight.w700;
final FontWeight expressiveLabelMedium = FontWeight.w700;
final FontWeight expressiveLabelSmall = FontWeight.w500;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment