File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,10 @@ module.exports = {
191191 //
192192 //'https://unpkg.com/video.js/dist/video-js.min.css',
193193 'https://cdn.jsdelivr.net/npm/video.js/dist/video-js.min.css' ,
194- 'https://cdn.jsdelivr.net/npm/@videojs/themes@1/dist/fantasy/index.css'
194+ 'https://cdn.jsdelivr.net/npm/@videojs/themes@1/dist/fantasy/index.css' ,
195+ {
196+ href :'https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Bebas+Neue&family=Lato:wght@700&display=swap' ,
197+ rel :'preload' ,
198+ }
195199 ]
196200} ;
Original file line number Diff line number Diff line change 44 * CSS files with the .module.css suffix will be treated as CSS modules
55 * and scoped locally.
66 */
7- @import url ('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap' );
7+
8+ /* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');*/
89
910
1011 : root {
You can’t perform that action at this time.
0 commit comments