Skip to content

Include default font configuration so that it will be loaded when input/chtml or input/svg is loaded#992

Merged
dpvc merged 1 commit into
developfrom
fix-node-font
Sep 15, 2023
Merged

Include default font configuration so that it will be loaded when input/chtml or input/svg is loaded#992
dpvc merged 1 commit into
developfrom
fix-node-font

Conversation

@dpvc

@dpvc dpvc commented Aug 22, 2023

Copy link
Copy Markdown
Member

This PR adds the default font to the default configuration for node-main so that when an output jax is loaded, it will load the default font automatically (rather than the "no-font" that is built into the input/chtml and input/svg components). This allows you to do

require("mathjax-full").init({loader: {load: ['input/tex', 'output/svg']}}).then(...)

without having to include configuration for the font by hand. You can still override the font by setting the loader.paths and output.font values in the argument to init() if you want to use a different font.

@dpvc dpvc requested a review from zorkow August 22, 2023 16:54
@dpvc dpvc added this to the v4.0 milestone Aug 22, 2023

@zorkow zorkow left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@dpvc dpvc merged commit c958700 into develop Sep 15, 2023
@dpvc dpvc deleted the fix-node-font branch September 15, 2023 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants