mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
remove loadCSS and preload woff2 icon fonts (#9976)
loadCSS was used as a polyfill for rel=preload but it seems we only used it on a single CSS file which did not help much. Changed the icon CSS to a blocking load and preload the woff2 variants which does work in modern browsers (Firefox currently needs the network.preload about:config setting but should gain proper support soon). Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
committed by
Lauris BH
co-authored by
zeripath
parent
15af6bec60
commit
75a124b449
Vendored
-3
@@ -23,9 +23,6 @@ Version: 2.1.10
|
||||
File(s): /vendor/plugins/emojify/emojify.custom.js
|
||||
Version: 1.1.0
|
||||
|
||||
File(s): /vendor/plugins/cssrelpreload/
|
||||
Version: 1.3.1
|
||||
|
||||
File(s): /vendor/plugins/dropzone/dropzone.js
|
||||
Version: 4.2.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user