import Link from 'next/link' export default function Page() { return ( <> <Link href="/navigation/page-with-same-font"> Go to page with same font </Link> </> ) }