forked from forgejo/forgejo
Upgrade lato fonts to v16. (#9498)
* Upgrade lato fonts to v16 * Upgrade lato fonts to v16 * fix bug
This commit is contained in:
parent
3e166bd055
commit
c0f8795462
46 changed files with 70 additions and 18 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue