typography: remove module css

This commit is contained in:
thislight 2024-11-05 16:07:10 +08:00
parent 9d720d31b4
commit 456cfdfbb0
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
4 changed files with 12 additions and 13 deletions

View file

@ -0,0 +1,48 @@
.display4 {
font-size: 7rem;
font-weight: 300;
}
.display3 {
font-size: 3.5rem;
}
.display2 {
font-size: 2.8125rem;
}
.display1 {
font-size: 2.125rem;
}
.headline {
font-size: 1.5rem;
}
.title {
font-size: var(--title-size);
font-weight: var(--title-weight);
line-height: var(--title-line-height);
}
.subheading {
font-size: var(--subheading-size);
}
.body1, .body2 {
font-size: var(--body-size);
}
.body2 {
font-weight: var(--body2-weight);
}
.caption {
font-size: var(--caption-size);
}
.buttonText {
font-weight: var(--button-weight);
font-size: var(--button-size);
text-transform: var(--button-text-transform);
}