sakalx/bugs

COMBINE REQUESTS

Opened this issue · 0 comments

injectFont('Akronim');

We can optimize that by combining them into a single request like this:
link href="https://fonts.googleapis.com/css?family=Roboto|Open+Sans:400,400i,600" rel="stylesheet"

There is no limit to how many fonts and variants a single request can hold.