tuwien-csd / damap-frontend

MIT License
9 stars 9 forks source link

Move from google assets to own assets #179

Closed rekt-hard closed 2 months ago

rekt-hard commented 2 months ago

Currently, the font Roboto as well as the material icons are imported from google API (https://github.com/tuwien-csd/damap-frontend/blob/6e843455b3c8c0bf5a6811985a321ac8bc8905f9/apps/damap-frontend/src/index.html#L8-L13).

These links will lead to a request (containing user-agent information) to the google API, which may be undesired by users. It may also require a note and explicit consent from the user to perform such a request.

Instead, fonts and icons may be served as static assets from the application itself.