Change the Font to Times New Roman Using the Advanced PDF/HTML Template

Written by
Marsha Andres
Published on
January 29, 2024 at 12:02:44 AM PST January 29, 2024 at 12:02:44 AM PSTth, January 29, 2024 at 12:02:44 AM PST

Scenario

There is a requirement to use Times New Roman when printing transactions using the Advanced PDF/HTML Template.

Solution

  1. Navigate to Customization > Forms > Advanced PDF/HTML Templates
  2. Preferred Advanced PDF/HTML Template: Click Edit
  3. Top right corner: Toggle Source Code
  4. Look for the code font-family: NotoSans, sans-serif;
  5. Replace the code with font-family: Times New Roman, Times, serif;
  6. Click Save