fix: strong font for bio/abstract
This commit is contained in:
parent
a895d12a09
commit
30893d3f34
@ -74,3 +74,8 @@
|
||||
.speaker_biography a:hover {
|
||||
color: var(--alt-color);
|
||||
}
|
||||
|
||||
.abstract strong,
|
||||
.speaker_biography strong {
|
||||
font-family: pfdintextcomppromedium;
|
||||
}
|
||||
|
@ -34,11 +34,9 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if speaker.biography %}
|
||||
<div class="speaker_biography">
|
||||
<div class="speaker_biography">
|
||||
{{ speaker.biography | safe }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user