Quote:
Originally Posted by KevinH
One of the tabs shows a folded html tree that shows the tree as built insideof Qt. By unfolding tags by pressing on the triangle you should be able to navigate to where the italic i tag is and verify it exists and that no css is impacting it, etc.
|
The italic i tags are there.
I opened a file where I'm not embedding the same font and the italic tags work fine.
I tried to embed the Georgia font directly from the windows font folder but ran in to permission issues.
When I copied and pasted it to current work folder the font created 4 versions of itself,
Normal
Bold
Italic
ItalicBold
I embedded all of them but the Italic is not showing
Normal shows because it's linked to <p>
Bold shows because it's linked to <h1>
ItalicBold shows because it's linked to <h2>
Brent