| | |
| | | import { i18n } from "../i18n" |
| | | import { FullSlug, getFileExtension, joinSegments, pathToRoot } from "../util/path" |
| | | import { CSSResourceToStyleElement, JSResourceToScriptElement } from "../util/resources" |
| | | import { googleFontHref } from "../util/theme" |
| | | import { googleFontHref, googleFontSubsetHref } from "../util/theme" |
| | | import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types" |
| | | import { unescapeHTML } from "../util/escape" |
| | | import { CustomOgImagesEmitterName } from "../plugins/emitters/ogImage" |
| | |
| | | <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| | | <link rel="preconnect" href="https://fonts.gstatic.com" /> |
| | | <link rel="stylesheet" href={googleFontHref(cfg.theme)} /> |
| | | {cfg.theme.typography.title && ( |
| | | <link rel="stylesheet" href={googleFontSubsetHref(cfg.theme, cfg.pageTitle)} /> |
| | | )} |
| | | </> |
| | | )} |
| | | <link rel="preconnect" href="https://cdnjs.cloudflare.com" crossOrigin="anonymous" /> |