Browse code

Fix bold font

Michael F. Schönitzer authored on 03/04/2016 00:58:23
Showing 2 changed files
1 1
new file mode 100644
2 2
Binary files /dev/null and b/TeX/LiberationSansNarrow-Bold.ttf differ
... ...
@@ -30,7 +30,9 @@
30 30
 %\renewcommand*\familydefault{\sfdefault}
31 31
 %% When using LuaTeX you can instead set a ttf-font:
32 32
 \usepackage{fontspec}
33
-\setmainfont{LiberationSansNarrow-Regular.ttf}
33
+\setmainfont[
34
+ BoldFont={LiberationSansNarrow-Bold.ttf}, 
35
+]{LiberationSansNarrow-Regular.ttf}
34 36
 
35 37
 %% Documentsettings:
36 38
 \pagestyle{empty}