- Increase sans font weight from regular to medium.
- Fix multiparagraph boxout formatting. - Add NumberWord command and option for part titles.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
\NewDocumentCommand{\fontpath}{}{PrimeTeX/fonts}
|
||||
|
||||
% Main font: Roboto Serif
|
||||
% Main font: Roboto Serif (Light).
|
||||
\setmainfont{RobotoSerif}[
|
||||
Path = {\fontpath/RobotoSerif/},
|
||||
Extension = .ttf,
|
||||
@@ -15,13 +15,13 @@
|
||||
BoldItalicFont = *-SemiBoldItalic,
|
||||
]
|
||||
|
||||
% Sans serif font: Roboto
|
||||
% Sans serif font: Roboto (Medium).
|
||||
\setsansfont{Roboto}[
|
||||
Path = {\fontpath/Roboto/},
|
||||
Extension = .ttf,
|
||||
UprightFont = *-Regular,
|
||||
UprightFont = *-Medium,
|
||||
BoldFont = *-Bold,
|
||||
ItalicFont = *-Italic,
|
||||
ItalicFont = *-MediumItalic,
|
||||
BoldItalicFont = *-BoldItalic,
|
||||
]
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
BoldItalicFont = *-BoldItalic,
|
||||
]
|
||||
|
||||
% Headings & Titles font: Roboto Slab
|
||||
% Headings & Titles font: Roboto Slab (Semibold).
|
||||
\newfontfamily{\sbfamily}{RobotoSlab}[
|
||||
Path = {\fontpath/},
|
||||
Extension = .ttf,
|
||||
@@ -69,6 +69,10 @@
|
||||
\NewDocumentCommand{\bdot}{}{.\zws}
|
||||
|
||||
% MenuKeys configuration.
|
||||
\newmenucolortheme{autoModeColor}{named}{pageColor}{textColor}{textColor}
|
||||
|
||||
\changemenucolortheme{hyphenatepaths}{autoModeColor}
|
||||
|
||||
\renewmenumacro{\directory}[/]{hyphenatepaths}
|
||||
\renewmenumacro{\keys}[+]{shadowedangularkeys}
|
||||
\renewmenumacro{\menu}[>]{angularmenus}
|
||||
|
||||
Reference in New Issue
Block a user