force Knowledge font family in referral block
This commit is contained in:
parent
4c3b9df0d2
commit
492ce96f29
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue