Skip to content

Commit

Permalink
Fix Studio 384 font
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Apr 29, 2024
1 parent 4e2dd43 commit a1b732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/design/layout/LayoutElements/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function Footer() {
<Stack direction="row" gap={1} justifyContent="space-between" alignItems="center">
<Typography fontSize="sm">
&copy; 2021-2024 &middot;{' '}
<Link href="https://studio384.be" color="primary" sx={{ fontFamily: 'Century Gothic', fontWeight: 'lg' }}>
<Link href="https://studio384.be" color="primary" sx={{ fontFamily: 'Century Gothic, Segoe UI Variable Display, Segoe UI', fontWeight: 'lg' }}>
Studio 384
</Link>
</Typography>
Expand Down

0 comments on commit a1b732c

Please sign in to comment.