feat: proper injected styles (#164)

This commit is contained in:
Razboy20
2024-03-14 00:10:41 -05:00
committed by GitHub
parent 442be8cbee
commit e919e96c53
15 changed files with 527 additions and 127 deletions

View File

@@ -106,7 +106,7 @@ export default function GradeDistribution({ course }: GradeDistributionProps): J
title: { text: 'Number of Students' },
},
chart: {
style: { fontFamily: 'Roboto Flex', fontWeight: '600' },
style: { fontFamily: 'Roboto Flex, Roboto Flex Local', fontWeight: '600' },
spacingBottom: 25,
spacingTop: 25,
height: 250,