Switch to IBM Plex Sans/Serif/Mono fonts
This commit is contained in:
parent
d730c38061
commit
44d3230af6
1 changed files with 16 additions and 13 deletions
|
|
@ -42,22 +42,25 @@
|
||||||
\setbeamercolor{palette primary}{bg=pslblue, fg=white}
|
\setbeamercolor{palette primary}{bg=pslblue, fg=white}
|
||||||
|
|
||||||
%% ── Fonts ────────────────────────────────────────────────────────────────
|
%% ── Fonts ────────────────────────────────────────────────────────────────
|
||||||
\setsansfont{IBM Plex Sans}[
|
\setsansfont{IBMPlexSans}[
|
||||||
UprightFont = *-Regular,
|
Path = /usr/share/fonts/truetype/ibm-plex/,
|
||||||
BoldFont = *-SemiBold,
|
UprightFont = *-Regular.ttf,
|
||||||
ItalicFont = *-Italic,
|
BoldFont = *-SemiBold.ttf,
|
||||||
BoldItalicFont = *-SemiBoldItalic,
|
ItalicFont = *-Italic.ttf,
|
||||||
|
BoldItalicFont = *-SemiBoldItalic.ttf,
|
||||||
Scale = 1.0
|
Scale = 1.0
|
||||||
]
|
]
|
||||||
\setmainfont{IBM Plex Serif}[
|
\setmainfont{IBMPlexSerif}[
|
||||||
UprightFont = *-Regular,
|
Path = /usr/share/fonts/truetype/ibm-plex/,
|
||||||
BoldFont = *-SemiBold,
|
UprightFont = *-Regular.ttf,
|
||||||
ItalicFont = *-Italic,
|
BoldFont = *-SemiBold.ttf,
|
||||||
BoldItalicFont = *-SemiBoldItalic,
|
ItalicFont = *-Italic.ttf,
|
||||||
|
BoldItalicFont = *-SemiBoldItalic.ttf,
|
||||||
]
|
]
|
||||||
\setmonofont{IBM Plex Mono}[
|
\setmonofont{IBMPlexMono}[
|
||||||
UprightFont = *-Regular,
|
Path = /usr/share/fonts/truetype/ibm-plex/,
|
||||||
BoldFont = *-Bold,
|
UprightFont = *-Regular.ttf,
|
||||||
|
BoldFont = *-Bold.ttf,
|
||||||
Scale = 0.88
|
Scale = 0.88
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue