From ac33bc5fc1cff4099437637d8073f489127c1a20 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:33:11 -0400 Subject: [PATCH] Make people names sans serif in lists --- _sass/dogwood/_layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/dogwood/_layout.scss b/_sass/dogwood/_layout.scss index 7fa4a44..61501dd 100644 --- a/_sass/dogwood/_layout.scss +++ b/_sass/dogwood/_layout.scss @@ -1197,6 +1197,10 @@ table.schedule { } &.people-list { + + h3 { + font-family: $sans-serif-font !important; + } .listing-front { width: $avatar-width;