From dc3ad131dc8823115acd3b6a40830dd04e19c79e Mon Sep 17 00:00:00 2001 From: Keith Grennan Date: Fri, 20 Feb 2015 23:44:17 -0800 Subject: [PATCH] add bootstrap glyphicons woff2 to bower.json --- bower.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 230bc57..0255905 100644 --- a/bower.json +++ b/bower.json @@ -33,7 +33,8 @@ "./fonts/glyphicons-halflings-regular.eot", "./fonts/glyphicons-halflings-regular.svg", "./fonts/glyphicons-halflings-regular.ttf", - "./fonts/glyphicons-halflings-regular.woff" + "./fonts/glyphicons-halflings-regular.woff", + "./fonts/glyphicons-halflings-regular.woff2" ] }, "bootstrap-sass-official": { @@ -54,7 +55,8 @@ "./assets/fonts/bootstrap/glyphicons-halflings-regular.eot", "./assets/fonts/bootstrap/glyphicons-halflings-regular.svg", "./assets/fonts/bootstrap/glyphicons-halflings-regular.ttf", - "./assets/fonts/bootstrap/glyphicons-halflings-regular.woff" + "./assets/fonts/bootstrap/glyphicons-halflings-regular.woff", + "./assets/fonts/bootstrap/glyphicons-halflings-regular.woff2" ] } }