Striven
yesterday c538c151c7462ad0395ff2c15c5e11e89e362aa8
quartz/util/og.tsx
@@ -9,7 +9,7 @@
import { formatDate, getDate } from "../components/Date"
import readingTime from "reading-time"
import { i18n } from "../i18n"
import chalk from "chalk"
import { styleText } from "util"
const defaultHeaderWeight = [700]
const defaultBodyWeight = [400]
@@ -100,7 +100,8 @@
  if (!match) {
    console.log(
      chalk.yellow(
      styleText(
        "yellow",
        `\nWarning: Failed to fetch font ${rawFontName} with weight ${weight}, got ${cssResponse.statusText}`,
      ),
    )