Fonts & Character SetsUsing Calibri Front

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
LaTeXUser54
Posts: 4
Joined: Sat Jul 07, 2012 5:50 pm

Using Calibri Front

Post by LaTeXUser54 »

How do I make some or all of my document in calibri font? Is there any package I can download which will let me do that? I'm using amsart as the document class with TexShop as the editor.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Using Calibri Front

Post by Stefan Kottwitz »

I think you neded to use XeLaTeX.

Code: Select all

\usepackage{fontspec}
\setmainfont{Calibri}


Stefan
LaTeX.org admin
Post Reply