change: conthrax only for heading

This commit is contained in:
Julian Krauser 2025-07-26 13:11:53 +02:00
parent 8c1a01d892
commit 3d9321e7df
64 changed files with 246 additions and 6 deletions

View file

@ -7,6 +7,16 @@
}
* {
font-family: "GeneralSans-Medium";
}
h1,
h2,
h3,
h4,
h5,
h6,
.conthrax {
font-family: "ConthraxSemiBold";
}
@ -21,6 +31,7 @@ body {
a {
@apply cursor-pointer;
font-family: inherit;
}
a[primary-link] {
@ -58,3 +69,7 @@ h2 {
h3 {
@apply text-lg;
}
h4 {
@apply text-base;
}