Skip to content

Change default font type and font size #72

Description

@dorijan

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 :(

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions