Files
agroexpert/frontend/src/styles/components/fonts.css

55 lines
668 B
CSS
Raw Normal View History

2024-03-01 17:47:03 +03:00
h1,
.h1 {
font-weight: 700;
font-size: 2rem;
line-height: 2.4rem;
}
h2,
.h2 {
font-size: 3.6rem;
line-height: 4.6rem;
}
h3,
.h3 {
font-size: 3.2rem;
line-height: 4.1rem;
}
.subtitle-20 {
font-weight: 700;
font-size: 2rem;
line-height: 2.3rem;
}
.subtitle-18 {
font-weight: 700;
font-size: 1.8rem;
line-height: 2.1rem;
}
.subtitle-16 {
font-weight: 700;
font-size: 1.6rem;
line-height: 2rem;
}
.subtitle-13 {
font-weight: 700;
font-size: 1.3rem;
line-height: 1.6rem;
}
.text-13 {
font-weight: 500;
font-size: 1.3rem;
line-height: 1.9rem;
}
.text-11 {
font-weight: 400;
font-size: 1.1rem;
line-height: 1.6rem;
}