2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode Replacement Character) chars in customizer fonts.

Merges #9982
This commit is contained in:
herom
2013-08-21 14:16:45 +04:30
committed by Chris Rebert
parent 58a47b6bfd
commit aad70834fc
4 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
}
]
, "devDependencies": {
"grunt": "~0.4.1"
"btoa": "~1.1.1"
, "grunt": "~0.4.1"
, "grunt-contrib-clean": "~0.5.0"
, "grunt-contrib-concat": "~0.3.0"
, "grunt-contrib-connect": "~0.5.0"