worlabel/frontend/src/index.css

66 lines
948 B
CSS
Raw Normal View History

2024-08-27 09:46:39 +09:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2024-08-27 09:46:39 +09:00
@font-face {
font-family: 'Pretendard Variable';
font-weight: 45 920;
font-style: normal;
font-display: fallback;
src: url('./assets/fonts/PretendardVariable.woff2') format('woff2-variations');
}
2024-08-27 09:46:39 +09:00
.large-title {
font-size: 36px;
font-weight: 700;
line-height: 1.2;
}
2024-08-27 09:46:39 +09:00
.small-title {
font-size: 32px;
font-weight: 700;
line-height: 1.2;
}
2024-08-27 09:46:39 +09:00
.heading {
font-size: 24px;
font-weight: 700;
line-height: 1.2;
}
2024-08-27 09:46:39 +09:00
.subheading {
font-size: 20px;
font-weight: 700;
line-height: 1.2;
}
2024-08-27 09:46:39 +09:00
.body {
font-size: 16px;
font-weight: 400;
line-height: 1.4;
}
2024-08-27 09:46:39 +09:00
.body-strong {
font-size: 16px;
font-weight: 700;
line-height: 1.4;
}
2024-08-27 09:46:39 +09:00
.body-small {
font-size: 14px;
font-weight: 400;
line-height: 1.4;
}
2024-08-27 09:46:39 +09:00
.body-small-strong {
font-size: 14px;
font-weight: 700;
line-height: 1.4;
}
2024-08-27 09:46:39 +09:00
.caption {
font-size: 12px;
font-weight: 400;
line-height: 1.4;
}