1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

Revert "docs: updates fonts (#3042)"

This reverts commit 8e894f0e65.
This commit is contained in:
Amir Raminfar
2024-06-17 19:08:28 -07:00
parent 37c221f89c
commit baf63ca9f1
5 changed files with 18 additions and 697 deletions

View File

@@ -2,7 +2,6 @@ import path from "path";
import { defineConfig } from "vite";
import Components from "unplugin-vue-components/vite";
import webfontDownload from "vite-plugin-webfont-dl";
export default defineConfig({
plugins: [
@@ -12,8 +11,5 @@ export default defineConfig({
include: [/\.vue$/, /\.vue\?vue/, /\.md$/],
dts: true,
}),
webfontDownload([
"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap",
]),
],
});