summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-03-27 09:01:41 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-03-27 09:02:36 -0400
commit54845bd0773198946b85e6eaa2749f66239ef2db (patch)
tree5ef7ab577f9ff74d881f9827431170681ebf816b /nginx
parenta530b31364c2b0336be590ba2083b747f03c3d5b (diff)
update naming for Roboto fonts
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 2575a07d..064ed1fb 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -67,7 +67,7 @@ http {
map $http_cookie $preload_resources {
"~*__Host-preload=1" "";
- default "</grapheneos.css>; rel=preload; as=style, </fonts/roboto_latin.woff2?20>; rel=preload; as=font; crossorigin, </fonts/roboto_bold_latin.woff2?20>; rel=preload; as=font; crossorigin, </mask-icon.svg>; rel=preload; as=image";
+ default "</grapheneos.css>; rel=preload; as=style, </fonts/roboto-v20-regular-latin.woff2>; rel=preload; as=font; crossorigin, </fonts/roboto-v20-bold-latin.woff2>; rel=preload; as=font; crossorigin, </mask-icon.svg>; rel=preload; as=image";
}
server {