From 819fd5d98e005b03f6f0d2101d2eae45b00a3d76 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sun, 15 Jan 2017 10:31:05 +1100 Subject: [PATCH] Select outer divs only for font-family declaration to prevent overriding icon fonts --- assets/css/sportspress-style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/css/sportspress-style.css b/assets/css/sportspress-style.css index 76ddc484..ec0f70e4 100644 --- a/assets/css/sportspress-style.css +++ b/assets/css/sportspress-style.css @@ -1,14 +1,19 @@ /* SportsPress Templates */ +.sp-template, +.sp-data-table, +.sp-table-caption { + font-family: "Roboto", "Helvetica", sans-serif; +} + /* - * Note: !important everything except font-family to enforce overrides. + * Note: !important everything to enforce overrides. * This stylesheet can be disabled via SportsPress General Settings. */ .sp-template *, .sp-data-table *, .sp-table-caption { - font-family: "Roboto", "Helvetica", sans-serif; box-sizing: border-box !important; font-weight: 400 !important; text-transform: none !important;