[Fonts & CSS] Internalise external calls (initiated by alternative themes)
We have to internalise all external assets on Gargantext. The objective is to make Gargantext usable on a "bunker" environment, where there is no internet connection.
Here is a list of identified files to internalise:
- on switching to different themes (themeswitcher select box), some google fonts (prefixed calls with "https://fonts.gstatic.com")
- then these external font files make also external calls to css file, like "https://fonts.googleapis.com/css?family=Oswald:200,300,400,700"
If I identify other external resources, I'll add to this issue.