|
51 | 51 | \usepackage[babel=true]{microtype} |
52 | 52 | \defaultfontfeatures{Ligatures=TeX} |
53 | 53 | \setmainfont{Source Serif Pro}[ |
54 | | - Path = fonts/source-serif-pro/SourceSerifPro-, Extension = .otf, |
55 | | - UprightFont= Light, |
56 | | - ItalicFont = LightIt, |
57 | | - BoldFont = Regular, |
58 | | - BoldItalicFont = It] |
| 54 | + Path = fonts/source-serif-pro/SourceSerifPro-, |
| 55 | + Extension = .otf, |
| 56 | + UprightFont = Light, |
| 57 | + ItalicFont = LightIt, |
| 58 | + BoldFont = Regular, |
| 59 | + BoldItalicFont = It ] |
59 | 60 | \setsansfont{Roboto}[ |
60 | | - Path = fonts/roboto/Roboto-, Extension = .ttf, |
| 61 | + Path = fonts/roboto/Roboto-, |
| 62 | + Extension = .ttf, |
61 | 63 | UprightFont = Light, |
62 | | - ItalicFont = LightItalic, |
63 | | - BoldFont = Regular ] |
| 64 | + ItalicFont = LightItalic, |
| 65 | + BoldFont = Regular ] |
64 | 66 | \setmonofont{Source Code Pro}[ |
65 | | - Path = fonts/source-code-pro/SourceCodePro-, Extension = .otf, |
| 67 | + Path = fonts/source-code-pro/SourceCodePro-, |
| 68 | + Extension = .otf, |
66 | 69 | UprightFont = Light, |
67 | | - BoldFont = Regular ] |
| 70 | + BoldFont = Regular ] |
68 | 71 | \newfontfamily\RobotoCon{Roboto Condensed}[ |
69 | | - Path = fonts/roboto/RobotoCondensed-, Extension = .ttf, |
| 72 | + Path = fonts/roboto/RobotoCondensed-, |
| 73 | + Extension = .ttf, |
70 | 74 | UprightFont = Regular, |
71 | | - ItalicFont = Italic, |
72 | | - BoldFont = Bold ] |
| 75 | + ItalicFont = Italic, |
| 76 | + BoldFont = Bold ] |
73 | 77 | \newfontfamily\RobotoSlab{Robot Slab} [ |
74 | | - Path = fonts/roboto-slab/RobotoSlab-, |
75 | | - Extension = .ttf, |
76 | | - UprightFont = Light, |
77 | | - BoldFont = Regular ] |
| 78 | + Path = fonts/roboto-slab/RobotoSlab-, |
| 79 | + Extension = .ttf, |
| 80 | + UprightFont = Light, |
| 81 | + BoldFont = Regular ] |
78 | 82 | \newfontfamily\Roboto{Roboto}[ |
79 | | - Path = fonts/roboto/Roboto-, Extension = .ttf, |
| 83 | + Path = fonts/roboto/Roboto-, |
| 84 | + Extension = .ttf, |
80 | 85 | UprightFont = Regular, |
81 | | - ItalicFont = Italic, |
82 | | - BoldFont = Black ] |
| 86 | + ItalicFont = Italic, |
| 87 | + BoldFont = Black ] |
83 | 88 |
|
84 | 89 | % --- Arrays ------------------------------------------------------------------ |
85 | 90 | \usepackage{multicol} |
|
0 commit comments