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" ] } }