--- import "../styles/global.css"; import type { MarkdownLayoutProps } from 'astro'; import { Font } from "astro:assets"; type Props = MarkdownLayoutProps<{ title: string; }>; const { frontmatter } = Astro.props; ---