From 30893d3f3460e044caa5c8dd0143dec500723639 Mon Sep 17 00:00:00 2001 From: mco-system Date: Sun, 23 Apr 2023 20:26:27 +1100 Subject: [PATCH] fix: strong font for bio/abstract --- src/thsf/static/css/slot.css | 5 +++++ src/thsf/templates/slot.html | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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 %}