font update

This commit is contained in:
Samandar Turgunboyev
2025-12-17 16:22:01 +05:00
parent d934fcca13
commit 0c054bcd17
3 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import { Poppins } from 'next/font/google';
import { Montserrat } from 'next/font/google';
const poppins = Poppins({
const poppins = Montserrat({
weight: ['400', '500', '600', '700', '800'],
variable: '--font-poppins',
subsets: ['latin'],