I installed the Brand Header Theme Component. It looks great! Now I want to change the title text to my brand font, which is Harman Sans.
- I uploaded the font itself.
- When I try to change the CSS, I seem to break the text.
I see the instructions on using a custom font elsewhere in this forum, but I’m unsure where to put the different components from those instructions.
I’m looking at my CSS and I’m not sure what to edit:
@import "theme_variables";
.b-header {
width: 100%;
background-color: $tertiary;
height: 48px;
margin-bottom: 0;
.contents {
margin: 8px 0;
}
.title {
float: left;
margin-right: 24px;
a {
color: $secondary;
}
&:visited {
color: $secondary;
}
.rtl & {
float: right;
margin-left: 24px;
margin-right: 0;
}
}