Don't preload fonts.css, it does not exist anymore

This commit is contained in:
Pierre Rudloff 2020-10-19 23:46:59 +02:00
parent 561b6c8370
commit 1da8bb55dc
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ FileETag None
Header set X-Content-Type-Options nosniff
Header set X-XSS-Protection "1; mode=block"
Header set Referrer-Policy no-referrer
Header add Link "</css/fonts.css>; rel=preload, </css/style.css>; rel=preload" "expr=%{CONTENT_TYPE} =~ m#text/html#"
Header add Link "</css/style.css>; rel=preload" "expr=%{CONTENT_TYPE} =~ m#text/html#"
</ifmodule>