summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/fontsetup-nonfree/fsplucidaot.sty
blob: 2287f486855efd7718d1dfe6b9d2695c54a4e1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\RequirePackage{fontspec}
\setmainfont[% main font
	 UprightFont=LucidaBrightOT,
         ItalicFont=LucidaBrightOT-Italic,
	 BoldFont=LucidaBrightOT-Demi,
	 BoldItalicFont=LucidaBrightOT-DemiItalic,
         SmallCapsFeatures={Numbers=OldStyle},	 
         ]{LucidaBrightOT.otf}
\setsansfont[%
 UprightFont=LucidaSansOT,
 ItalicFont=LucidaSansOT-Italic,
 BoldFont=LucidaSansOT-Demi,
 BoldItalicFont=LucidaSansOT-DemiItalic,
 SmallCapsFeatures={Numbers=OldStyle},	 
]{LucidaSansOT.otf}
% 
\setmonofont[%
 UprightFont=LucidaSansTypewriterOT,
 ItalicFont=LucidaSansTypewriterOT-Oblique,
 BoldFont=LucidaSansTypewriterOT-Bold,
 BoldItalicFont=LucidaSansTypewriterOT-BoldOblique,
 SmallCapsFeatures={Numbers=OldStyle},	 
	]{LucidaSansTypewriterOT.otf}
% support for OpenType math fonts:
\RequirePackage{unicode-math}
\setmathfont{LucidaBrightMathOT.otf}
\setmathfont[version=bold]{LucidaBrightMathOT-Demi.otf}