BlogList updated
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import '../styles/globals.css'
|
||||
import { Work_Sans } from '@next/font/google'
|
||||
import "../styles/globals.css"
|
||||
import { Work_Sans } from "@next/font/google"
|
||||
|
||||
// importing the Work Sans font with
|
||||
// the Next.js 13 Font Optimization Feature
|
||||
const workSans = Work_Sans({
|
||||
weight: ['400', '700'],
|
||||
style: ['normal', 'italic'],
|
||||
subsets: ['latin'],
|
||||
weight: ["400", "700"],
|
||||
style: ["normal", "italic"],
|
||||
subsets: ["latin"],
|
||||
})
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
|
||||
Reference in New Issue
Block a user