1
0
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:
Steve Heffernan 2014-05-19 13:34:26 -07:00
parent 6bb92282c3
commit bd66416b75

View File

@ -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