You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
430 B
TypeScript

import { Manrope, Space_Mono, Space_Grotesk, Anonymous_Pro, IBM_Plex_Mono, Caveat } from 'next/font/google';
export const manrope = Manrope({ subsets: ['latin', 'cyrillic'] });
export const anonymousPro = Anonymous_Pro({ weight: "700", subsets: ['latin', 'cyrillic'] });
export const ibmPlexMono = IBM_Plex_Mono({ weight: "600", subsets: ['latin', 'cyrillic'] });
export const caveat = Caveat({ subsets: ['latin', 'cyrillic'] });