mathpix-markdown-it
Version:
Mathpix-markdown-it is an open source implementation of the mathpix-markdown spec written in Typescript. It relies on the following open source libraries: MathJax v3 (to render math with SVGs), markdown-it (for standard Markdown parsing)
2 lines (1 loc) • 444 B
TypeScript
export declare const fontsStyles = "\n @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500');\n @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');\n @import url('https://fonts.googleapis.com/css?family=Inconsolata');\n @import url('https://cdn.mathpix.com/fonts/cmu.css');\n @import url('https://fonts.googleapis.com/css2?family=DM+Mono&display=swap');\n";