Skip to content

Commit 8e6f3c6

Browse files
fix(PDYE-1256): correccion fuente de texto caja curso (#718)
Co-authored-by: Javiera Munita <[email protected]>
1 parent f3e3900 commit 8e6f3c6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/organisms/CourseList/components/Section.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@ export function Section(): JSX.Element | null {
3535
<DateStatus date={dateStatus.end} />
3636
</HStack>
3737
)}
38-
<Heading as="h2" fontSize="1rem" mt=".3125rem" fontWeight="700" lineHeight="1.3">
38+
<Heading
39+
as="h2"
40+
fontFamily="Roboto"
41+
fontSize="1rem"
42+
mt=".3125rem"
43+
fontWeight="700"
44+
lineHeight="1.3"
45+
>
3946
{name}
4047
</Heading>
4148
<Flex mt="1rem" justify="space-between">

0 commit comments

Comments
 (0)