13 lines
288 B
CSS
13 lines
288 B
CSS
@import "tailwindcss";
|
|
@import "pretendard/dist/web/variable/pretendardvariable-dynamic-subset.css";
|
|
|
|
@theme {
|
|
--font-sans: "Pretendard Variable", ui-sans-serif, system-ui, sans-serif,
|
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
}
|
|
|
|
html,
|
|
body {
|
|
|
|
}
|