diff options
| author | Mark Otto <[email protected]> | 2014-07-08 02:40:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 02:40:17 -0700 |
| commit | 5c0d62bc22bac6e65af9d68eb62d8adfb0c28663 (patch) | |
| tree | 636cb7029986fa6168df5ec3404012052918d7ac /docs | |
| parent | 4139545da2c7c031806ecb17226d94be3434a294 (diff) | |
| download | bootstrap-5c0d62bc22bac6e65af9d68eb62d8adfb0c28663.tar.xz bootstrap-5c0d62bc22bac6e65af9d68eb62d8adfb0c28663.zip | |
remove mention of fonts
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/getting-started/download.html | 6 | ||||
| -rw-r--r-- | docs/_includes/getting-started/whats-included.html | 21 |
2 files changed, 10 insertions, 17 deletions
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index bb0537796..5e9bfd838 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -6,14 +6,14 @@ <div class="row bs-downloads"> <div class="col-sm-4"> <h3 id="download-bootstrap">Bootstrap</h3> - <p>Compiled and minified CSS, JavaScript, and fonts. No docs or original source files are included.</p> + <p>Compiled and minified CSS and JavaScript. No docs or original source files are included.</p> <p> <a href="{{ site.download.dist }}" class="btn btn-lg btn-outline" role="button" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download compiled');">Download Bootstrap</a> </p> </div> <div class="col-sm-4"> <h3 id="download-source">Source code</h3> - <p>Source Less, JavaScript, and font files, along with our docs. <strong>Requires a Less compiler and <a href="#grunt">some setup.</a></strong></p> + <p>Source Less, JavaScript, and documentation. <strong>Requires a Less compiler and <a href="#grunt">some setup.</a></strong></p> <p> <a href="{{ site.download.source }}" class="btn btn-lg btn-outline" role="button" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a> </p> @@ -41,6 +41,6 @@ {% endhighlight %} <h3 id="download-bower">Install with Bower</h3> - <p>Install and manage Bootstrap's Less, CSS, JavaScript, and fonts using <a href="http://bower.io">Bower</a>.</p> + <p>Install and manage Bootstrap's Less, CSS, and JavaScript using <a href="http://bower.io">Bower</a>.</p> {% highlight bash %}$ bower install bootstrap{% endhighlight %} </div> diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html index 8500e573c..cf1fec0c3 100644 --- a/docs/_includes/getting-started/whats-included.html +++ b/docs/_includes/getting-started/whats-included.html @@ -19,31 +19,24 @@ bootstrap/ │ ├── bootstrap.min.css │ ├── bootstrap-theme.css │ └── bootstrap-theme.min.css -├── js/ -│ ├── bootstrap.js -│ └── bootstrap.min.js -└── fonts/ - ├── glyphicons-halflings-regular.eot - ├── glyphicons-halflings-regular.svg - ├── glyphicons-halflings-regular.ttf - └── glyphicons-halflings-regular.woff +└── js/ + ├── bootstrap.js + └── bootstrap.min.js {% endhighlight %} - <p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p> + <p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). Also included is the optional Bootstrap theme.</p> <h2 id="whats-included-source">Bootstrap source code</h2> - <p>The Bootstrap source code download includes the precompiled CSS, JavaScript, and font assets, along with source Less, JavaScript, and documentation. More specifically, it includes the following and more:</p> + <p>The Bootstrap source code download includes the precompiled CSS and JavaScript assets, along with source Less, JavaScript, and documentation. More specifically, it includes the following and more:</p> {% highlight bash %} bootstrap/ ├── less/ ├── js/ -├── fonts/ ├── dist/ │ ├── css/ -│ ├── js/ -│ └── fonts/ +│ └── js/ └── docs/ └── examples/ {% endhighlight %} - <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes the source code for our documentation, and <code>examples/</code> of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.</p> + <p>The <code>less/</code> and <code>js/</code> are the source code for our CSS and JavaScript. The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes the source code for our documentation, and <code>examples/</code> of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.</p> </div> |
