mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Library preloading tweak.
This commit is contained in:
@@ -726,9 +726,10 @@ class core_library
|
||||
'as' => 'font',
|
||||
'type' => 'font/woff2',
|
||||
'path' => 'fonts/fontawesome-webfont.woff2?v=4.7.0',
|
||||
'crossorigin' => false,
|
||||
'crossorigin' => true,
|
||||
'browsercache' => false,
|
||||
),
|
||||
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user