scorelab / D4D---Drone-4-Dengue

D4D - Drone 4 Dengue
Apache License 2.0
4 stars 27 forks source link

Combine Google Web Font requests #34

Open agentmilindu opened 6 years ago

agentmilindu commented 6 years ago

d4d-web/public/index.html sends three requests to fetch three font styles from Google Web Font. We can combine the three into one request.

eg:

<link href="https://fonts.googleapis.com/css?family=Barlow|Roboto|Spectral+SC" rel="stylesheet">
tanmayanand44 commented 6 years ago

Sir,I would like to work on this issue.

tanmayanand44 commented 6 years ago

I have made a pull request.Please review (#36).