mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-14 07:18:39 +00:00
add Main-BoldItalic font to allow nesting of \textit and \textbf
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user