-
Notifications
You must be signed in to change notification settings - Fork 94
Description
I have started using mkdocs recently and I am fairly new to it. One of the first things that I found useful was this "with-pdf" plugin and I like it, the resulting PDF is very fitting.
One thing I was unable to grasp and do, was changing the size of fonts. I'd have liked to increase the font size of the text, in particular the text which is inside the fenced code blocks of the .md files. How can I do that? Or is it even possible?
I did some searching and investigating and it seems that how it can be done is with modifying .css files, either the ones that the plugin provides and installs, or a custom .css entry in the project doc/ hierarchy. I tried a few ways but I didn't manage to do achieve this. I am not a (web)programmer, I don't know css.
As useful and practical as this plugin is, isn't there any way to resize, or otherwise change font sizes (or font type/name) for what is used when rendering the PDF? By configuring settings and without needing to hack into the files of the plugin?
PS: I thank all of you who maintain and develop this plugin. I find it very useful, because it's often required that the documentation made and maintained with mkdocs is needed to be in PDF format and printable.