!important everything except font-family in frontend stylesheet

This commit is contained in:
Brian Miyaji
2017-01-14 21:23:24 +11:00
parent 945a29fba2
commit 896741ccb8

View File

@@ -1,30 +1,21 @@
/* SportsPress Templates */
/*
* Note: !important everything to enforce overrides.
* Note: !important everything except font-family 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-family: "Roboto", "Helvetica", sans-serif !important;
font-weight: 400 !important;
text-transform: none !important;
letter-spacing: normal !important;
color: #333 !important;
}
.sp-template .dashicons {
font-family: dashicons !important;
}
.sp-template [class^="sp-icon-"],
.sp-template [class*=" sp-icon-"] {
font-family: sportspress, dashicons !important;
}
.sp-template {
overflow: hidden !important;
margin-bottom: 20px !important;