issue #60
All checks were successful
Test CI / build (push) Successful in 27s

- 일정 상세 조회 화면 및 기능 1차 구현 완료
This commit is contained in:
geonhee-min
2025-12-17 17:02:00 +09:00
parent 60e9d2a631
commit 8b085107f6
20 changed files with 1494 additions and 291 deletions

23
tailwind.config.js Normal file
View File

@@ -0,0 +1,23 @@
export default {
theme: {
extend: {
fontFamily: {
sans: [
"Wanted Sans Variable",
"Wanted Sans",
"-apple-system",
"BlinkMacSystemFont",
"system-ui",
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
"Malgun Gothic",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"sans-serif"
]
}
}
}
}