Skip to content

Commit

Permalink
customizer section titles with FA icons should display proper font - f…
Browse files Browse the repository at this point in the history
…ixes #119
  • Loading branch information
timelsass committed Jul 31, 2019
1 parent 28f874b commit b85c576
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/assets/scss/customizer/controls/_sections.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@ span.section-title-extended {
.bgtfw-section-title {
display: flex;
align-items: center;

// Ensure valid font for sections with FA icons. See: https://github.com/BoldGrid/boldgrid-theme-framework/issues/119
&.fa {
font: inherit;

&:before {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
}
}
}

#customize-controls #accordion-section-bgtfw-upsell {
Expand Down

0 comments on commit b85c576

Please sign in to comment.