mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
run prettier formatting on all files
This commit is contained in:
@ -11,7 +11,7 @@ const FontWrapper: React.FC<React.PropsWithChildren<unknown>> = ({ children }) =
|
||||
const WebFont = (await import('webfontloader')).default;
|
||||
const families = Object.values(typography.family).reduce(
|
||||
(acc, family) => [...acc, `${family}:400,600,700`],
|
||||
[] as string[]
|
||||
[] as string[],
|
||||
);
|
||||
|
||||
WebFont.load({ google: { families } });
|
||||
|
||||
Reference in New Issue
Block a user