Hi,
I am using PHPDocx Corporate license.
Is it possible to embed HTML content with the method replaceVariableByHTML and inherit the font-size and font-family used in the Word template?
For example, I start by creating a new object with CreateDocxFromTemplate. This template has a special font and font-size defined for the whole document. Let's take "Font-size 55" and "Font-family Algerian" for this example.
I would like that the embedded HTML inherits of these font-size and font-family. How can I do that?
I tried to add a wrapping DIV with "font-family: inherit; font-size: inherit" but unfortunately it is not working.
Best regards,
Sébastien