From d741834370d94ee4c2b16be3033f29c4ee14330b Mon Sep 17 00:00:00 2001 From: Adeel Khan Date: Tue, 11 Dec 2018 00:57:34 +0500 Subject: [PATCH] Adds dynamic type text sizing for course dates fragments This would enable course dates fragment to be responsive to dynamic type text setting in ios device. LEARNER-6726 --- lms/static/sass/features/_course-experience.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/static/sass/features/_course-experience.scss b/lms/static/sass/features/_course-experience.scss index c6c7a8f450..70b7789846 100644 --- a/lms/static/sass/features/_course-experience.scss +++ b/lms/static/sass/features/_course-experience.scss @@ -463,6 +463,7 @@ button.accordion-trigger, button.prerequisite-button { .heading { font-size: 0.9rem; + font: -apple-system-body; line-height: 1; font-weight: $font-bold; color: theme-color("dark"); @@ -485,6 +486,7 @@ button.accordion-trigger, button.prerequisite-button { .date { color: theme-color("dark"); + font: -apple-system-body; } &-todays-date {