add preload headers for core fonts
This commit is contained in:
4
nginx/snippets/preload.conf
Normal file
4
nginx/snippets/preload.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
add_header Link "</grapheneos.css?29>; rel=preload; as=style" always;
|
||||
add_header Link "</fonts/roboto_latin.woff2?20>; rel=preload; as=font; crossorigin" always;
|
||||
add_header Link "</fonts/roboto_bold_latin.woff2?20>; rel=preload; as=font; crossorigin" always;
|
||||
http2_push /grapheneos.css?29;
|
||||
Reference in New Issue
Block a user