How do I change the font of my document text?

The template editor has different built-in fonts you can choose from. To change the font of your document text, please take the steps from this article.

.

Additional fonts

If you can't find the perfect font for your document in the available ones, you can add a Google Font. 

  1. Select the Document Styles menu of your document template (the A icon). 
  2. In the Document Styles menu, click on the button "Edit CSS".
  3. Paste the following code in the CSS popup:
    body, td, th, p {
    GOOGLE FONT CSS HERE
    }
  4. Open a new tab in your browser and go to Google Fonts.

  5. Choose one of the many available fonts.
  6. Click on "+ Select this style" next to a font to add it to yours.
  7. Click on the bar to open it and copy the code in the "Specify in CSS" field (e.g.: font-family: 'Montserrat', sans-serif;).
  8. Go back to the tab with the Rentman Template editor and replace "GOOGLE FONT CSS HERE" with the code in the CSS popup.
  9. Save

Note: The new font won't appear in the Template editor, but it will appear in the document once you generate it.

Was this article helpful?
0 out of 0 found this helpful