helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.
https://bootstrap-flask.readthedocs.io
Other
1.1k stars 189 forks source link

Bootswatch load fonts from local #353

Open asiftyro opened 4 months ago

asiftyro commented 4 months ago

Hi, there are situations when the internet is not available. And font loading for bootswatch themes from Google fails, resulting in fallback to system fonts. Any suggestion on how to deal with this?

PanderMusubi commented 4 months ago

I'm interested in the solution too. I develop a lot offline. It is good that CDNs are used (and we can use even more at some places) but a local fallback for all online resources is very welcome.