useblocks / sphinx-simplepdf

A simple PDF builder for Sphinx documentations
https://sphinx-simplepdf.readthedocs.io
MIT License
36 stars 15 forks source link

Replace fonts with open-source fonts. #23

Closed danwos closed 1 year ago

danwos commented 1 year ago

For the cover, css is using "Helvetica Neue" as font, which is a proprietary font and not available on all systems.

For the rest, we already provide fonts together with this package.

We need to do:

danwos commented 1 year ago

FiraSans is free: https://fonts.google.com/specimen/Fira+Sans/about

Maybe use another google font for the cover. Or FiraSans is also good looking for the cover

danwos commented 1 year ago

Replaced "Helvetica New" with "Work Sans". Sphinx-SimplePDF also delivers this font now. So we don't use any system / pre-installed fonts anymore.