diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-12-26 12:11:39 +0800 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-12-25 23:11:39 -0500 |
commit | c0f879546261b445e3232e31c20388d0af1eb816 (patch) | |
tree | fe096c228fdf23dceea2235740e844feb0002080 /templates | |
parent | 3e166bd0550eceade275023616a02a8bf12d58c9 (diff) | |
download | gitea-c0f879546261b445e3232e31c20388d0af1eb816.tar.gz gitea-c0f879546261b445e3232e31c20388d0af1eb816.zip |
Upgrade lato fonts to v16. (#9498)
* Upgrade lato fonts to v16
* Upgrade lato fonts to v16
* fix bug
Diffstat (limited to 'templates')
-rw-r--r-- | templates/pwa/serviceworker_js.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pwa/serviceworker_js.tmpl b/templates/pwa/serviceworker_js.tmpl index c3e97030c1..4a7b3e516e 100644 --- a/templates/pwa/serviceworker_js.tmpl +++ b/templates/pwa/serviceworker_js.tmpl @@ -46,8 +46,8 @@ var urlsToCache = [ // fonts '{{StaticUrlPrefix}}/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff2', '{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6', - '{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v14-latin-regular.woff2', - '{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v14-latin-700.woff2' + '{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v16-latin-regular.woff2', + '{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v16-latin-700.woff2' ]; self.addEventListener('install', function (event) { |