update Roboto Mono fonts

This commit is contained in:
Daniel Micay
2020-11-07 13:06:50 -05:00
parent f5c1629e1a
commit e07539f627
15 changed files with 16 additions and 16 deletions

View File

@@ -75,12 +75,12 @@ server {
location = /404 {
internal;
http2_push /grapheneos.css?19;
http2_push /grapheneos.css?20;
}
location = /404.html {
internal;
http2_push /grapheneos.css?19;
http2_push /grapheneos.css?20;
}
location ~ "^(.*)/index$" {
@@ -121,7 +121,7 @@ server {
include /etc/nginx/snippets/security-headers.conf;
add_header Cache-Control "public, max-age=1800";
try_files $uri $uri.html $uri/ =404;
http2_push /grapheneos.css?19;
http2_push /grapheneos.css?20;
}
}