Is it possible to customize the font used
Closed this issue · 4 comments
gtn1024 commented
DeveloperPaul123 commented
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
gtn1024 commented
Great, thanks!
AceofSpades5757 commented
Looks like you can also use set
to change this after the show
.
#show: coverletter.with(
...,
)
#set text(
font: "New Computer Modern",
size: 10pt
)
gtn1024 commented
@AceofSpades5757 seems great to this solution. It do work!