Browse files

Add glyphicons fonts in woff2

1 parent bc36e31 commit c8855a7ad120b37fd9a25125f90093478656362f @bastienmoulia bastienmoulia committed Dec 12, 2014
View
3 docs/_includes/getting-started/whats-included.html
@@ -28,7 +28,8 @@ <h2 id="whats-included-precompiled">Precompiled Bootstrap</h2>
├── glyphicons-halflings-regular.eot
├── glyphicons-halflings-regular.svg
├── glyphicons-halflings-regular.ttf
- └── glyphicons-halflings-regular.woff
+ ├── glyphicons-halflings-regular.woff
+ └── glyphicons-halflings-regular.woff2
{% endhighlight %}
<!-- NOTE: This info is intentionally duplicated in the README.
Copy any changes made here over to the README too. -->
View
BIN fonts/glyphicons-halflings-regular.woff2
Binary file not shown.
View
1 less/glyphicons.less
@@ -12,6 +12,7 @@
font-family: 'Glyphicons Halflings';
src: url('@{icon-font-path}@{icon-font-name}.eot');
src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
+ url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),
url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');

0 comments on commit c8855a7

Please sign in to comment.