Initial commit
This commit is contained in:
54
frontend/src/styles/components/fonts.css
Normal file
54
frontend/src/styles/components/fonts.css
Normal file
@@ -0,0 +1,54 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user