feat(mobile): 2026 font (#25213)

This commit is contained in:
Alex
2026-01-13 09:59:57 -06:00
committed by GitHub
parent 6e86697996
commit aba85b036c
24 changed files with 33 additions and 31 deletions
@@ -450,7 +450,7 @@ class _SegmentWidget extends StatelessWidget {
alignment: Alignment.center,
child: Text(
_segment.date.year.toString(),
style: context.textTheme.labelMedium?.copyWith(fontFamily: "OverpassMono", fontWeight: FontWeight.w600),
style: context.textTheme.labelMedium?.copyWith(fontFamily: "GoogleSansCode", fontWeight: FontWeight.w600),
),
),
),