vocdoni / explorer-ui

Legacy (deprecated) Vocdoni's explorer UI. Check the new one in the link below:
https://github.com/vocdoni/explorer
GNU Affero General Public License v3.0
2 stars 1 forks source link

Fix font family fallback #174

Closed selankon closed 5 months ago

selankon commented 5 months ago

We found that on phones, some elections results are not displayed correctly:

image

This could be provoked because a leak of fallback on the font family for the Text v2 component.

This PR delete the font family property to use the one defined by the global.ts: https://github.com/vocdoni/explorer-ui/blob/ece0c783afecdf5d24e3097f02799693de96f2fd/theme/global.ts#L21