Files
cpost-qr-code/src/shared/config/fonts.ts
Samandar Turgunboyev 1f1aae0ab7 first commit
2025-10-13 14:14:32 +05:00

10 lines
220 B
TypeScript

import { Golos_Text } from 'next/font/google';
const golosText = Golos_Text({
weight: ['400', '500', '600', '700', '800'],
variable: '--font-golos-text',
subsets: ['latin', 'cyrillic'],
});
export { golosText };