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 Get Font.
  7. Click on Get embed code. 
  8. Find the style with the correct font style or weight under Web > CSS Classes.
  9. 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;
  10. Feel free to configure the font-weight and font-style in the Rentman template editor to your liking. 
  11. Go back to the tab with the Rentman Template editor and replace "GOOGLE FONT CSS HERE" with the code in the CSS popup.
  12. 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