fix: Remove CSS @import for fonts - Next.js handles font loading
This commit is contained in:
parent
67fbd4d152
commit
cd5b0698d3
1 changed files with 0 additions and 2 deletions
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
@custom-variant dark (&:is(.dark *));
|
@custom-variant dark (&:is(.dark *));
|
||||||
|
|
||||||
/* Import Space Grotesk and JetBrains Mono from Google Fonts */
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');
|
|
||||||
|
|
||||||
@theme inline {
|
@theme inline {
|
||||||
--color-background: var(--background);
|
--color-background: var(--background);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue