Skip to content

Use Noto Sans fonts in PDF #7630

Closed Answered by yoonghm
yoonghm asked this question in Q&A
Nov 19, 2023 · 4 comments · 12 replies
Discussion options

You must be logged in to vote

I am able to fix the issue now. Let me update the background and solution here for anyone who want to use additional fonts, such as truetype fonts.

Note: The solution here is meant for Microsoft Windows OS.

Quarto uses TinyTeX to convert qmd files to tex files, and convert tex files to pdf files via xeletax (comes with TinyTex).

In my environment, %APPDATA% is C:/Users/yhm2/AppData/Roaming.

  1. Add directories that contain the required fonts in %APPDATA%\TinyTeX\texmf-var\fonts\conf\fonts.conf. For my environment, the file has the following configuration:
<dir>C:/WINDOWS/fonts</dir>
<dir>C:/Users/yhm2/AppData/Roaming/TinyTeX/texmf-dist/fonts/opentype</dir>
<dir>C:/Users/yhm2/AppData/Roaming…

Replies: 4 comments 12 replies

Comment options

You must be logged in to vote
2 replies
@yoonghm
Comment options

@cderv
Comment options

Comment options

You must be logged in to vote
4 replies
@mcanouil
Comment options

@cderv
Comment options

@mcanouil
Comment options

@cderv
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@mcanouil
Comment options

@cderv
Comment options

@yoonghm
Comment options

@cderv
Comment options

@yihui
Comment options

Answer selected by mcanouil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
windows latex LaTeX engines related libraries and technologies
4 participants