Open agentmilindu opened 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.
d4d-web/public/index.html
eg:
<link href="https://fonts.googleapis.com/css?family=Barlow|Roboto|Spectral+SC" rel="stylesheet">
Sir,I would like to work on this issue.
I have made a pull request.Please review (#36).
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: