mirror of
https://github.com/DI0IK/Aufgaben_WE_DHBW.git
synced 2025-07-06 08:58:47 +00:00
60 lines
1.1 KiB
CSS
60 lines
1.1 KiB
CSS
/* Font classes */
|
|
.font-title-m,
|
|
.font-title-m * {
|
|
font-family: Orbitron;
|
|
font-weight: 400;
|
|
font-size: 64px;
|
|
line-height: 83.2px;
|
|
letter-spacing: calc(0.05 * 64px);
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.font-title-m,
|
|
.font-title-m * {
|
|
font-family: Orbitron;
|
|
font-weight: 400;
|
|
font-size: 40px;
|
|
line-height: 48px;
|
|
letter-spacing: calc(0.05 * 40px);
|
|
}
|
|
}
|
|
|
|
.font-body-m,
|
|
.font-body-m * {
|
|
font-family: Oxanium;
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 26.4px;
|
|
letter-spacing: calc(0.05 * 24px);
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.font-body-m,
|
|
.font-body-m * {
|
|
font-family: Oxanium;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
letter-spacing: calc(0.05 * 16px);
|
|
}
|
|
}
|
|
|
|
.font-body-s,
|
|
.font-body-s * {
|
|
font-family: Oxanium;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
letter-spacing: calc(0.05 * 16px);
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.font-body-s,
|
|
.font-body-s * {
|
|
font-family: Oxanium;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
letter-spacing: calc(0.05 * 16px);
|
|
}
|
|
}
|