How to font preloading in TYPO3

535 Views Asked by At

How to integrate this line in TYPO3

I tried

<link rel="preconnect" href="https://fonts.gstatic.com">

page.includeCSS {
    file1 = https://fonts.gstatic.com
    file1.external = 1
    file1.preconnect = 1 
}

but file1.preconnect not working correctly.

0

There are 0 best solutions below