force Knowledge font family in referral block

This commit is contained in:
hobbes7878 2024-11-19 17:22:54 +00:00
parent 4c3b9df0d2
commit 492ce96f29

View file

@ -170,6 +170,7 @@
div.heading {
margin-top: 0;
font-family: Knowledge, sans-serif;
&.stacked {
max-width: 450px;
}
@ -209,14 +210,17 @@
@include fpr-2;
.kicker {
@include text-xxs;
font-family: Knowledge, sans-serif;
}
.title {
@include font-medium;
@include text-sm;
@include text-primary;
font-family: Knowledge, sans-serif;
}
.publish-time {
@include text-xxs;
font-family: Knowledge, sans-serif;
}
}
.image-container {