forked from forgejo/forgejo
fix wrong font url on semantic-ui (#9917)
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
2982afe6b4
commit
ad3a9577a8
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ var urlsToCache = [
|
|||
'{{StaticUrlPrefix}}/img/gitea-lg.png',
|
||||
|
||||
// fonts
|
||||
'{{StaticUrlPrefix}}/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff2',
|
||||
'{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/icons.woff2',
|
||||
'{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6',
|
||||
'{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v16-latin-regular.woff2',
|
||||
'{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v16-latin-700.woff2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue