Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 91e262a

Browse files
committed
style: import css for 600-weight "Source Code Pro"
1 parent 467a4df commit 91e262a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/pages/_app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { ChakraProvider } from '@chakra-ui/react';
55
import { useTranslation } from 'next-i18next';
66
import '@fontsource/inter/variable-full.css';
77
import '@fontsource/source-code-pro/400.css';
8+
import '@fontsource/source-code-pro/600.css';
89
import { AppProps } from 'next/app';
910

1011
import { DEVELOPER_DAO_WEBSITE } from '../utils/DeveloperDaoConstants';

0 commit comments

Comments
 (0)