Skip to content

Commit

Permalink
Add glyphicons fonts in woff2
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienmoulia committed Dec 12, 2014
1 parent bc36e31 commit c8855a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_includes/getting-started/whats-included.html
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
Expand Down
Binary file added fonts/glyphicons-halflings-regular.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions less/glyphicons.less
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit c8855a7

Please sign in to comment.