add Main-BoldItalic font to allow nesting of \textit and \textbf

This commit is contained in:
Kevin Barabash
2018-01-27 11:32:14 -05:00
parent e4fe1c89d4
commit ea7a560191
8 changed files with 188 additions and 3 deletions

View File

@@ -46,13 +46,14 @@
.font-face('Fraktur', bold, normal);
.font-face('Fraktur', normal, normal);
.font-face('Main', bold, normal);
.font-face('Main', bold, italic);
.font-face('Main', normal, italic);
.font-face('Main', normal, normal);
// .font-face('Math', bold, italic);
.font-face('Math', normal, italic);
// .font-face('Math', normal, normal);
// .font-face('SansSerif', bold, normal);
// .font-face('SansSerif', normal, italic);
.font-face('SansSerif', bold, normal);
.font-face('SansSerif', normal, italic);
.font-face('SansSerif', normal, normal);
.font-face('Script', normal, normal);
.font-face('Size1', normal, normal);