mirror of
https://github.com/videojs/video.js.git
synced 2024-11-28 08:58:46 +02:00
Updated the CDN font to point to the new font version, /f/3/
This commit is contained in:
parent
6bb92282c3
commit
bd66416b75
@ -504,7 +504,7 @@ module.exports = function(grunt) {
|
||||
|
||||
// Replace font urls with CDN versions
|
||||
css = grunt.file.read('dist/cdn/video-js.css');
|
||||
css = css.replace(/font\//g, '../f/2/');
|
||||
css = css.replace(/font\//g, '../f/3/');
|
||||
grunt.file.write('dist/cdn/video-js.css', css);
|
||||
|
||||
// Add CDN-specfic JS
|
||||
|
Loading…
Reference in New Issue
Block a user