DeveloperPaul123/modern-cv

Is it possible to customize the font used

Closed this issue · 4 comments

image image

The default font is not very good for Chinese, can we provide an option to customize it.
Or can only modify lib.typ file?

Hmm, currently you would have to edit the lib.typ file to make this happen. I can look into adding this as an input parameter for the template though

Great, thanks!

Looks like you can also use set to change this after the show.

#show: coverletter.with(
  ...,
)
#set text(
  font: "New Computer Modern",
  size: 10pt
)

@AceofSpades5757 seems great to this solution. It do work!