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 Get Font.
- Click on Get embed code.
- Find the style with the correct font style or weight under Web > CSS Classes.
- Copy the code starting from font-family and ending at font-style. Do not include the other pieces of code.
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: normal; - Feel free to configure the font-weight and font-style in the Rentman template editor to your liking.
- 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.