Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to avoid use of custom fonts (assets) #184

Open
ssbarnea opened this issue Feb 1, 2022 · 1 comment
Open

Add option to avoid use of custom fonts (assets) #184

ssbarnea opened this issue Feb 1, 2022 · 1 comment

Comments

@ssbarnea
Copy link

ssbarnea commented Feb 1, 2022

The default behaviour of the report generator is to to make use of a set of huge assets due to the use of custom fonts. That add ~3MB to any zip archive and is a huge waste of space.

It would be useful if we would have an option to avoid that and refer to google web fonts or similar, so we would avoid having to add those fonts.

Basically I care less about fonts used, but I would like to produce an HTML report that does not need those very big extra files.

@ssbarnea ssbarnea changed the title Add option to avoid use of custom fonts Add option to avoid use of custom fonts (assets) Feb 1, 2022
@adamgruber
Copy link
Owner

Have a look at the cdn option. Setting this to true will load JS/CSS via remote links and not output any additional assets.

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

No branches or pull requests

2 participants