How can I change font size and font type? I am losing my mind, whatever I do, it is always Arial 9pt.
I tried
body { font-family: "Times New Roman", Times, serif; font-size:16px; font-weight:600 }
`
<w:p>
<w:r>
<w:rPr>
<w:sz w:val="50"/>
<w:rFonts w:ascii="Times New Roman" />
</w:rPr>
<w:t xml:space="preserve">This paragraph is Times New Roman at 25pt</w:t>
</w:r>
</w:p>
Some text
`
And nothing works :(
How can I change font size and font type? I am losing my mind, whatever I do, it is always Arial 9pt.
I tried
body { font-family: "Times New Roman", Times, serif; font-size:16px; font-weight:600 }`
<w:p>
<w:r>
<w:rPr>
<w:sz w:val="50"/>
<w:rFonts w:ascii="Times New Roman" />
</w:rPr>
<w:t xml:space="preserve">This paragraph is Times New Roman at 25pt</w:t>
</w:r>
</w:p>
Some text
` And nothing works :(