Comments updated

This commit is contained in:
Antonello Zanini
2022-11-18 15:24:52 +01:00
parent 552a7fdd98
commit 9c3387c87a

View File

@@ -1,7 +1,7 @@
import '../styles/globals.css'
import { Work_Sans } from '@next/font/google'
// importing the Inter font with
// importing the Work Sans font with
// the Next.js 13 Font Optimization Feature
const workSans = Work_Sans({
weight: ['400', '700'],