Copy link to clipboard
Copied
Frame 2017
Creating HTML5 help
I added a copyright footer for the help pages using the HTML Template file
The footer is in a Times New Roman font.
Where can I change the font?
I looked in the CSS but did not see where
Thanks
Copy link to clipboard
Copied
In the CSS your HTML Template uses (indicated at the beginning of your HTML Template file), there should be a tag named pt_footer with paramaters such as font-family.
Copy link to clipboard
Copied
Wow
It worked
I had missed it the first time as the pt_footer tag did not have the font-family parameter.
So I copied that row from a different section of the file and then it worked.
Thanks