From 0d613a7c97cfbe5cbca2b2c140a9c89a17c90c2c Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 17 Jun 2024 19:10:29 -0700 Subject: [PATCH] Revert "chore: fix bug" This reverts commit 37c221f89cd362b5ff45c3febcb34cf383a1c6a9. --- docs/.vitepress/theme/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index 51e761d2..cbdaa4e6 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -1,6 +1,7 @@ // https://vitepress.dev/guide/custom-theme import { h } from "vue"; import Theme from "vitepress/theme"; +import "@fontsource-variable/playfair-display"; import "./style.css"; import HeroVideo from "./components/HeroVideo.vue"; import BuyMeCoffee from "./components/BuyMeCoffee.vue";