-
Adrian Orłów authoredAdrian Orłów authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
font.ts 242 B
import { Manrope } from '@next/font/google';
export const manrope = Manrope({
variable: '--font-manrope',
display: 'swap',
weight: ['400', '700'],
subsets: ['latin'],
});
export const DEFAULT_FONT_FAMILY = manrope.style.fontFamily;