leoncvlt / loconotion

📄 Python tool to turn Notion.so pages into lightweight, customizable static websites
841 stars 132 forks source link

Feature Request: Cut custom fonts #104

Closed minthemiddle closed 1 year ago

minthemiddle commented 2 years ago

To make the output even leaner and privacy-oriented, it would be great if you could programmatically remove the custom fonts and replace it with the OS default one (-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;).

sueszli commented 1 year ago

I think some users would prefer having the original fonts used by Notion. But you can already set the font that you want in the TOML file.

sueszli commented 1 year ago

I genuinely agree with you though on the part that getting rid of the config TOML file would significantly improve the projects maintainability.