Skip to content

Commit 83837fc

Browse files
committed
changed fonts
1 parent 9d28034 commit 83837fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/CardTech.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ const CardTech: React.FC<Props> = ({ image, title, description }) => {
5151
<Flex flexDirection="column">
5252
<Text
5353
color={colorMode === 'light' ? 'gray.800' : 'gray.300'}
54-
fontFamily="DM Sans"
54+
fontFamily="Poppins"
55+
fontWeight="500"
5556
fontSize={['1.2rem', '1.2rem', '2rem', '2.4rem', '2.8rem']}
5657
>
5758
{title}

0 commit comments

Comments
 (0)