index.css 318 B

123456789101112
  1. @import "tailwindcss";
  2. /* 전역 글꼴 및 렌더링 설정 */
  3. :root {
  4. font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  5. line-height: 1.5;
  6. font-weight: 400;
  7. font-synthesis: none;
  8. text-rendering: optimizeLegibility;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. }