The eBooks we create need to be accessible offline, so we are experiementing with moving off of Adobe fonts. However when using locally installed versions of the same font (roboto) the css for many of the elements is just wildly wrong. The body for instance shows as:
p.Body {
font-family:FF-Roboto-Regular,Roboto,serif;
}
All the fonts have that FF- at the front and include the weight as appended at the back, making it so that many actually bold elements are not rendering bold. Is there a way on my end to correct this? The text needs to be live so exporting as images is not an option.