#1937·shadcn-vue

[Bug]: cli always adds font import to css

Author: rem-asterCreated Aug 13, 2026Updated Aug 13, 2026
Labelsbug

Reproduction

bunx --bun shadcn-vue@latest add ...

Describe the bug

CLI always edits my css adding font import even if i am using nuxt/fonts. If this behavior is intended please add an option to disable

System Info

bash
System:
    OS: Linux 7.1 Arch Linux
    CPU: (12) x64 13th Gen Intel(R) Core(TM) i5-13420H
    Memory: 4.63 GB / 15.34 GB
    Container: Yes
    Shell: 5.3.15 - /usr/bin/bash
  Binaries:
    Node: 25.2.1
    npm: 11.6.2
    pnpm: 10.30.1
    bun: 1.3.14
    Deno: 2.9.3
  Browsers:
    Chromium: 148.0.7778.96
    Firefox: 152.0.6
    Firefox Developer Edition: 152.0.6
  npmPackages:
    @vueuse/core: ^14.4.0 => 14.4.0 
    nuxt: ^4.5.1 => 4.5.1 
    reka-ui: ^2.10.3 => 2.10.3 
    shadcn-nuxt: 2.7.4 => 2.7.4 
    shadcn-vue: ^2.8.1 => 2.8.1 
    vue: ^3.5.40 => 3.5.40

Contributes

  • I am willing to submit a PR to fix this issue
  • I am willing to submit a PR with failing tests