summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx b/Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx
new file mode 100644
index 00000000000..28673b1c254
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx
@@ -0,0 +1,11 @@
+\documentclass{testsuite}
+\usepackage{fontspec}
+\begin{document}
+\Large
+ \fontspec[BoldFont={Kurier Heavy}]
+ {Kurier Bold}
+ Kurier Bold \\
+ {\itshape Kurier Bold Italic} \\
+ {\bfseries Kurier Heavy } \\
+ {\bfseries\itshape Kurier Heavy Italic} \\
+\end{document} \ No newline at end of file