diff --git a/packages/pv-stylemark/ui/styles/fonts.scss b/packages/pv-stylemark/ui/styles/fonts.scss index ca03ce4..5ccc56d 100644 --- a/packages/pv-stylemark/ui/styles/fonts.scss +++ b/packages/pv-stylemark/ui/styles/fonts.scss @@ -1,18 +1,17 @@ @font-face { font-display: swap; - font-family: 'Inter'; + font-family: "Inter"; font-style: normal; font-weight: 400; - src: url('../../resources/fonts/inter/inter-regular.woff2') format('woff2'); + src: url("../resources/fonts/inter/inter-regular.woff2") format("woff2"); } - @font-face { font-display: swap; - font-family: 'Inter'; + font-family: "Inter"; font-style: normal; font-weight: 700; - src: url('../../resources/fonts/inter/inter-700.woff2') format('woff2'); + src: url("../resources/fonts/inter/inter-700.woff2") format("woff2"); } -$dds-font-family--inter: 'Inter', sans-serif; \ No newline at end of file +$dds-font-family--inter: "Inter", sans-serif; diff --git a/packages/pv-stylemark/vite.config.ts b/packages/pv-stylemark/vite.config.ts index dede4c5..4ce5834 100644 --- a/packages/pv-stylemark/vite.config.ts +++ b/packages/pv-stylemark/vite.config.ts @@ -2,6 +2,7 @@ import { resolve } from "path"; import { defineConfig } from "vite"; export default defineConfig({ + base: "./", build: { emptyOutDir: false, rollupOptions: {