-
Notifications
You must be signed in to change notification settings - Fork 27
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
Custom font and line-spacing #82
Comments
Hi @teranex, thanks for the suggestion! I've just added support for providing your own CSS to style the HTML output. I'll prepare a new release of the package right away. For now you'll have to supply the css/font urls to the script using command line flags, but I'm thinking of adding support for a configuration file in the future, which would hopefully make this a smoother experience. Let me know if you run into any issues using the new feature! |
The program now has support for providing a configuration file where the custom css and fonts can be specified. Please check the readme for more info. |
This works. Thanks a lot! |
When fetching an URL, is it somehow possible to specify the font (or font family) to use and specify the line-spacing? When possible I prefer reading articles in a serif font and with a larger line spacing.
The text was updated successfully, but these errors were encountered: