diff options
| author | Bastien <[email protected]> | 2014-12-15 10:00:19 +0100 |
|---|---|---|
| committer | Bastien <[email protected]> | 2014-12-15 10:00:19 +0100 |
| commit | 9e5697a14f96e2d8755d7302d8dc2d0974422a87 (patch) | |
| tree | aaa929c778efd3663b96e6ea11ff96bcebcaefbd | |
| parent | 181f4aebea957f364a1b42a6331d0fa4624cf5e9 (diff) | |
| download | bootstrap-9e5697a14f96e2d8755d7302d8dc2d0974422a87.tar.xz bootstrap-9e5697a14f96e2d8755d7302d8dc2d0974422a87.zip | |
Add woff2 font in readme.md
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,7 +51,8 @@ bootstrap/ ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf - └── glyphicons-halflings-regular.woff + ├── glyphicons-halflings-regular.woff + └── glyphicons-halflings-regular.woff2 ``` We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme. |
