- add italic shape to slab font.
- add twinfig macro. - add optional arguments to marginalia macros to be passed to the marginalia command.
This commit is contained in:
@@ -38,10 +38,14 @@
|
||||
|
||||
% Headings & Titles font: Roboto Slab
|
||||
\newfontfamily{\sbfamily}{RobotoSlab}[
|
||||
Path = {\fontpath/RobotoSlab/},
|
||||
Path = {\fontpath/},
|
||||
Extension = .ttf,
|
||||
UprightFont = *-SemiBold,
|
||||
BoldFont = *-Black,
|
||||
UprightFont = RobotoSlab/RobotoSlab-SemiBold,
|
||||
BoldFont = RobotoSlab/RobotoSlab-Black,
|
||||
% Roboto Slab doesn't have any italic form, so use
|
||||
% the Roboto Serif version.
|
||||
ItalicFont = RobotoSerif/RobotoSerif-SemiBoldItalic,
|
||||
BoldItalicFont = RobotoSerif/RobotoSerif-ExtraBoldItalic,
|
||||
]
|
||||
|
||||
\newcommand{\serif}[1]{\textrm{#1}}
|
||||
|
||||
Reference in New Issue
Block a user