Canadian-Geospatial-Platform / geoview

Canadian Geospatial Platform Viewer / Visualiseur de la Plateforme Géospatiale Canadienne
Other
22 stars 32 forks source link

fix(exportModal): fix embed font css for export template #2291

Closed kaminderpal closed 3 months ago

kaminderpal commented 3 months ago

Description

Fix the loading of font Embed in Css when we export the png from export template. Before when we try to export the png, 32 requests were sent to google to get the embed fonts. Now we will fetch the fonts from our dom.

Fixes #2290

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Add the URL for your deploy! https://kaminderpal.github.io/geoview/demos-navigator.html?config=./configs/navigator/07-basic-appbar.json

Checklist:


This change is Reviewable