diff options
| author | Chris Rebert <[email protected]> | 2015-01-23 08:06:55 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-23 08:06:55 -0800 |
| commit | 972a361e9825cc0e04463c07d28e713616b9a9df (patch) | |
| tree | a028efa5747816a924de352038d775200ebe980f | |
| parent | efd7792488a8dd500b1e6c7e708107671ee3d473 (diff) | |
| parent | 767f3c87bc019e04888c82fa222ffae3e89b6f7e (diff) | |
| download | bootstrap-972a361e9825cc0e04463c07d28e713616b9a9df.tar.xz bootstrap-972a361e9825cc0e04463c07d28e713616b9a9df.zip | |
Merge pull request #15651 from sebnow/bower-woff2
Add woff2 font file to bower main files
| -rw-r--r-- | bower.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 1e8851412..f1e36af87 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,8 @@ "dist/fonts/glyphicons-halflings-regular.eot", "dist/fonts/glyphicons-halflings-regular.svg", "dist/fonts/glyphicons-halflings-regular.ttf", - "dist/fonts/glyphicons-halflings-regular.woff" + "dist/fonts/glyphicons-halflings-regular.woff", + "dist/fonts/glyphicons-halflings-regular.woff2" ], "ignore": [ "/.*", |
