fix: strong font for bio/abstract

This commit is contained in:
mco-system 2023-04-23 20:26:27 +11:00
parent a895d12a09
commit 30893d3f34
2 changed files with 6 additions and 3 deletions

View File

@ -74,3 +74,8 @@
.speaker_biography a:hover {
color: var(--alt-color);
}
.abstract strong,
.speaker_biography strong {
font-family: pfdintextcomppromedium;
}

View File

@ -35,9 +35,7 @@
{% endif %}
{% if speaker.biography %}
<div class="speaker_biography">
<div class="speaker_biography">
{{ speaker.biography | safe }}
</div>
{{ speaker.biography | safe }}
</div>
{% endif %}
</div>