diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-27 09:01:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-27 09:02:36 -0400 |
| commit | 54845bd0773198946b85e6eaa2749f66239ef2db (patch) | |
| tree | 5ef7ab577f9ff74d881f9827431170681ebf816b /nginx | |
| parent | a530b31364c2b0336be590ba2083b747f03c3d5b (diff) | |
update naming for Roboto fonts
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 2 |
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 { |
