Change font to "Text" weight
This commit is contained in:
parent
8a73209de6
commit
03e917dbce
@ -12,18 +12,18 @@
|
||||
\setmainfont{IBMPlexSerif}[
|
||||
Path=assets/fonts/IBM-Plex-Serif/,
|
||||
Extension=.otf,
|
||||
UprightFont=*-Regular,
|
||||
UprightFont=*-Text,
|
||||
BoldFont=*-Bold,
|
||||
ItalicFont=*-Italic,
|
||||
ItalicFont=*-TextItalic,
|
||||
BoldItalicFont=*-BoldItalic,
|
||||
]
|
||||
%% Title font
|
||||
\newfontfamily{\ibmplexsanscondensed}{IBMPlexSansCondensed}[
|
||||
Path=assets/fonts/IBM-Plex-Sans-Condensed/,
|
||||
Extension=.otf,
|
||||
UprightFont=*-Regular,
|
||||
UprightFont=*-Text,
|
||||
BoldFont=*-Bold,
|
||||
ItalicFont=*-Italic,
|
||||
ItalicFont=*-TextItalic,
|
||||
BoldItalicFont=*-BoldItalic,
|
||||
]
|
||||
\newfontfamily{\satisfyfont}{Satisfy}[
|
||||
@ -36,9 +36,9 @@
|
||||
Ligatures=TeX,
|
||||
Path=assets/fonts/IBM-Plex-Mono/,
|
||||
Extension=.otf,
|
||||
UprightFont=*-Regular,
|
||||
UprightFont=*-Text,
|
||||
BoldFont=*-Bold,
|
||||
ItalicFont=*-Italic,
|
||||
ItalicFont=*-TextItalic,
|
||||
BoldItalicFont=*-BoldItalic,
|
||||
]
|
||||
%% Mathmatical font
|
||||
|
Reference in New Issue
Block a user