How to Use Different Fonts on Overleaf

1 · Hongtao Hao · Nov. 13, 2020, 3:07 p.m.
Summary
Two steps Using different fonts is much easier than I thought. It involves two steps: Change the Compiler from LaTex or pdfLatex to either XeLaTex or LuaLaTex. To make this change, click the Menu button on the upper-left corner of your Overleaf project. In Settings, you’ll see a drop list in Compiler. Add these two lines: \usepackage{fontspec} \setmainfont{Choose Your Own Font} Where to find the fonts that were supported via fontspec?...