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