Hi,
I am using custom Adobe fonts on my site but I can’t get them to display correctly (FLEX THEME). When I use rich text sections or page content my headings are displaying as my button font instead of heading font.
“Rich text” should be the same font as “non-coffee” here for example. Here is the code I have:
body, p {
font-family: owners-text, sans-serif !important;
font-weight: 400;
font-style: normal;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: owners-narrow, sans-serif !important;
font-weight: 700;
font-style: normal;
}
a, button {
font-family: owners-narrow, sans-serif !important;
font-weight: 500;
font-style: normal;
}
