2

I am creating a pptx with Quarto in R. To change the default font format I tried to change mainfont parameter. But when I render it, the final pptx file is having the default font (Calibri). Here is my YAML of the file. How to cutomise fonts when rendering a Quarto file as pptx? Thanks in advance.

---
title: "Title"
author: "Satya"
format: pptx
mainfont: "Times New Roman"
---

Even 
shafee
  • 15,566
  • 3
  • 19
  • 47
Satya Pamidi
  • 143
  • 8
  • 4
    TBMK you have to create a custom pptx template for which you set your desired font. See https://quarto.org/docs/presentations/powerpoint.html#creating-a-template on how to create a custom template. – stefan Dec 04 '22 at 18:07

0 Answers0