You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolving #8 leads to a much bigger dist/static because of the general inclusion of all static/fonts/SourceSansPro-* files.
Inspection in the Browser shows that only some font files are loaded.
This can be potentially cut down to only include the font variants that are really needed.
Resolving #8 leads to a much bigger
dist/static
because of the general inclusion of allstatic/fonts/SourceSansPro-*
files.Inspection in the Browser shows that only some font files are loaded.
This can be potentially cut down to only include the font variants that are really needed.
The general import happens in:
intelmq-fody/src/main.js
Line 7 in fc42706
The text was updated successfully, but these errors were encountered: