Skip to content

Commit e54962d

Browse files
committed
feat: 프로젝트 폴더 구조 반영
1 parent aa0ec20 commit e54962d

File tree

15 files changed

+22
-4
lines changed

15 files changed

+22
-4
lines changed

app/globals.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "tailwindcss";
2+
@import "../src/styles/font.css";
23

34
:root {
45
--background: #ffffff;
@@ -8,8 +9,8 @@
89
@theme inline {
910
--color-background: var(--background);
1011
--color-foreground: var(--foreground);
11-
--font-sans: var(--font-geist-sans);
12-
--font-mono: var(--font-geist-mono);
12+
--font-sans: 'SUIT Variable', system-ui, -apple-system, sans-serif;
13+
--font-mono: 'SUIT Variable', ui-monospace, monospace;
1314
}
1415

1516
@media (prefers-color-scheme: dark) {
@@ -22,5 +23,5 @@
2223
body {
2324
background: var(--background);
2425
color: var(--foreground);
25-
font-family: Arial, Helvetica, sans-serif;
26+
font-family: 'SUIT Variable', system-ui, -apple-system, sans-serif;
2627
}

public/SUIT-Variable.woff2

610 KB
Binary file not shown.

src/apis/domain/queryKey.ts

Whitespace-only changes.

src/apis/domain/queryOption.ts

Whitespace-only changes.

src/apis/domain/type.ts

Whitespace-only changes.

src/apis/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {}

src/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {}

src/hooks/apis/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {}

src/hooks/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {}

src/pageComponents/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {}

0 commit comments

Comments
 (0)