Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode Replacement...
Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode Replacement Character) chars in customizer fonts. Merges #9982
Showing
This diff is collapsed.
| ... | @@ -20,7 +20,8 @@ | ... | @@ -20,7 +20,8 @@ |
| } | } | ||
| ] | ] | ||
| , "devDependencies": { | , "devDependencies": { | ||
| "grunt": "~0.4.1" | "btoa": "~1.1.1" | ||
| , "grunt": "~0.4.1" | |||
| , "grunt-contrib-clean": "~0.5.0" | , "grunt-contrib-clean": "~0.5.0" | ||
| , "grunt-contrib-concat": "~0.3.0" | , "grunt-contrib-concat": "~0.3.0" | ||
| , "grunt-contrib-connect": "~0.5.0" | , "grunt-contrib-connect": "~0.5.0" | ||
| ... | ... |
Please register or sign in to comment