mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
Add glyphicons fonts in woff2
This commit is contained in:
@@ -28,7 +28,8 @@ bootstrap/
|
|||||||
├── glyphicons-halflings-regular.eot
|
├── glyphicons-halflings-regular.eot
|
||||||
├── glyphicons-halflings-regular.svg
|
├── glyphicons-halflings-regular.svg
|
||||||
├── glyphicons-halflings-regular.ttf
|
├── glyphicons-halflings-regular.ttf
|
||||||
└── glyphicons-halflings-regular.woff
|
├── glyphicons-halflings-regular.woff
|
||||||
|
└── glyphicons-halflings-regular.woff2
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
<!-- NOTE: This info is intentionally duplicated in the README.
|
<!-- NOTE: This info is intentionally duplicated in the README.
|
||||||
Copy any changes made here over to the README too. -->
|
Copy any changes made here over to the README too. -->
|
||||||
|
BIN
fonts/glyphicons-halflings-regular.woff2
Normal file
BIN
fonts/glyphicons-halflings-regular.woff2
Normal file
Binary file not shown.
@@ -12,6 +12,7 @@
|
|||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
src: url('@{icon-font-path}@{icon-font-name}.eot');
|
src: url('@{icon-font-path}@{icon-font-name}.eot');
|
||||||
src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
|
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}.woff') format('woff'),
|
||||||
url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
|
url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
|
||||||
url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
|
url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
|
||||||
|
Reference in New Issue
Block a user