We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e3900 commit 8e6f3c6Copy full SHA for 8e6f3c6
src/organisms/CourseList/components/Section.tsx
@@ -35,7 +35,14 @@ export function Section(): JSX.Element | null {
35
<DateStatus date={dateStatus.end} />
36
</HStack>
37
)}
38
- <Heading as="h2" fontSize="1rem" mt=".3125rem" fontWeight="700" lineHeight="1.3">
+ <Heading
39
+ as="h2"
40
+ fontFamily="Roboto"
41
+ fontSize="1rem"
42
+ mt=".3125rem"
43
+ fontWeight="700"
44
+ lineHeight="1.3"
45
+ >
46
{name}
47
</Heading>
48
<Flex mt="1rem" justify="space-between">
0 commit comments