Select outer divs only for font-family declaration to prevent overriding icon fonts
This commit is contained in:
@@ -1,14 +1,19 @@
|
|||||||
/* SportsPress Templates */
|
/* 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.
|
* This stylesheet can be disabled via SportsPress General Settings.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.sp-template *,
|
.sp-template *,
|
||||||
.sp-data-table *,
|
.sp-data-table *,
|
||||||
.sp-table-caption {
|
.sp-table-caption {
|
||||||
font-family: "Roboto", "Helvetica", sans-serif;
|
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user