Copy link to clipboard
Copied
Does anyone know why, after HTML5 output, my listed numbers are serif but all my text is sans serif? Thanks.
Copy link to clipboard
Copied
The reason your numbers are in Sans Serif is because the default CSS doesn't specify a base font.
(Yes, it would be nice if Adobe fixed this. I've requested this previously at adobe.com/go/wish, and you should do the same)
You can add either a body or html entry that specifies the font you want to use in your base css to remedy this.
More complete instructions on this are in the Manage CSS section in my post at
https://techcommtools.com/formatting-branding-html5-content-framemaker-2015/
-Matt
Copy link to clipboard
Copied
Thanks Matt, I'll try adding a html or body entry to my base css and see if it works.