Files
ai.interactive.fiction/public/fonts/EB-Garamond-Initials-Fill2/EBGaramond-0.016/README.xelualatex
T

22 lines
797 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Short note about using XeLaTeX and LuaLatex with EB Garamond via fontspec.
EB Garamond fonts are loaded through fontspec with
\setmainfont{EB Garamond}
This will load the appropriate fonts for the actual sizes, currently EBGaramond08* for sizes up to 10pt and EBGaramond12* from 10.1pt onwards.
If you want to stay with one design size, you have to load its regular font and switch off optical sizes:
\setmainfont[OpticalSize=0]{EB Garamond 12 Regular}
If you wish to use a specific font file, e.g. EB Garamond Italic:
\setmainfont{EB Garamond 12 Italic}
N.B. It is preferable to use the +c2sc and +scmp features for Small Caps, rather than the SC or ALLSC font files.
\newfontfamily{\smallcaps}[RawFeature={+c2sc,+scmp}]{EB Garamond}
The specimens preamble may be a good guide too.