All checks were successful
Test CI / build (push) Successful in 27s
- 일정 상세 조회 화면 및 기능 1차 구현 완료
23 lines
477 B
JavaScript
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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |