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.
- Select the Document Styles menu of your document template (the A icon).
- In the Document Styles menu, click on the button "Edit CSS".
- Paste the following code in the CSS popup:
body, td, th, p {
GOOGLE FONT CSS HERE
} -
Open a new tab in your browser and go to Google Fonts.
- Choose one of the many available fonts.
- Click on "+ Select this style" next to a font to add it to yours.
- Click on the bar to open it and copy the code in the "Specify in CSS" field (e.g.: font-family: 'Montserrat', sans-serif;).
- Go back to the tab with the Rentman Template editor and replace "GOOGLE FONT CSS HERE" with the code in the CSS popup.
- Save
Note: The new font won't appear in the Template editor, but it will appear in the document once you generate it.