New Landing How can we help? Themeforest Theme Support Flexform Override theme font options. Reply To: Override theme font options.

#114662
Joni
Member
Post count: 52

Hello again,

Thanks for this. I do have a question though, the process seems fairly similar to what I’m currently working with (I’m using webfonts from typography.com) and I think the EULA restricts me from wrangling the fonts through Font-squirrel so I think I’ll stick with typography.com.

My problem is, that I’d like to use relative definitions for font-size ie.

h2,.blog-item .quote-excerpt {
  font-size: 1.625em;!important;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

But the theme css over-rides this option as well as line-height and font-weight. Any pointer on how to solve this would be appreciated.