adobe/helix-static

Rewrite font URLs

Opened this issue · 0 comments

rofe commented

Rewrite absolute Adobe Fonts (typekit) URLs to relative /hlx_fonts/* URLs. This will speed up the page because the font file can be delivered from the same host.

Change

<link rel="stylesheet" href="https://use.typekit.net/pps7abe.css"/>

To

<link rel="stylesheet" href="/hlx_fonts/pps7abe.css"/>