afatoga

Results 2 comments of afatoga

I resolved it by adding same classname into html tag of both layouts ``` // app/layout.tsx import { myFont } from './localFonts' export default function RootLayout({ children }: { children:...