diff --git a/.changeset/new-games-mix.md b/.changeset/new-games-mix.md new file mode 100644 index 000000000..84b3474e7 --- /dev/null +++ b/.changeset/new-games-mix.md @@ -0,0 +1,5 @@ +--- +'@vapor-ui/core': patch +--- + +feat: Remove Font Loading from CSS Build diff --git a/packages/core/tsup.config.ts b/packages/core/tsup.config.ts index 65a0d0267..5ed70fd80 100644 --- a/packages/core/tsup.config.ts +++ b/packages/core/tsup.config.ts @@ -138,9 +138,6 @@ export default defineConfig([ tailwind: 'src/styles/tailwind-preset.css.ts', }, outDir: DIST_DIR, - banner: { - css: '@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");' - }, esbuildPlugins: [ vanillaExtractPlugin({ ...vanillaExtractConfig,