diff --git a/src/thsf/static/css/slot.css b/src/thsf/static/css/slot.css index c2e2c78..d9fdd0a 100644 --- a/src/thsf/static/css/slot.css +++ b/src/thsf/static/css/slot.css @@ -74,3 +74,8 @@ .speaker_biography a:hover { color: var(--alt-color); } + +.abstract strong, +.speaker_biography strong { + font-family: pfdintextcomppromedium; +} diff --git a/src/thsf/templates/slot.html b/src/thsf/templates/slot.html index 40ca3af..c216f12 100644 --- a/src/thsf/templates/slot.html +++ b/src/thsf/templates/slot.html @@ -35,9 +35,7 @@ {% endif %} {% if speaker.biography %}
-
- {{ speaker.biography | safe }} -
+ {{ speaker.biography | safe }}
{% endif %}