I found that bootstrap4 some of Swatch css files request an external CSS from google fonts check this one and that css inculdes many requests of woff fonts that are requested from gstatic.com like this one
the issue is that each Swatch theme has its own collection of fonts. i downloaded all needed font files for all theme and it was about 15MB size! do you think it is worthy to embed those files within the Flask-Admin or we keep them online as is ?
I found that bootstrap4 some of Swatch css files request an external CSS from google fonts check this one and that css inculdes many requests of woff fonts that are requested from gstatic.com like this one
the issue is that each Swatch theme has its own collection of fonts. i downloaded all needed font files for all theme and it was about 15MB size! do you think it is worthy to embed those files within the Flask-Admin or we keep them online as is ?