index.css 421 B

12345678910111213141516
  1. @import "tailwindcss";
  2. /* 전역 글꼴 및 렌더링 설정 */
  3. :root {
  4. font-family: 'Noto Sans KR', 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. }
  12. * {
  13. font-family: 'Noto Sans KR', system-ui, Avenir, Helvetica, Arial, sans-serif;
  14. }