Files
scheduler-front/tailwind.config.js
geonhee-min 8b085107f6
All checks were successful
Test CI / build (push) Successful in 27s
issue #60
- 일정 상세 조회 화면 및 기능 1차 구현 완료
2025-12-17 17:02:00 +09:00

23 lines
477 B
JavaScript

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"
]
}
}
}
}