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/_includes/getting-started/download.html | |
| parent | 4139545da2c7c031806ecb17226d94be3434a294 (diff) | |
| download | bootstrap-5c0d62bc22bac6e65af9d68eb62d8adfb0c28663.tar.xz bootstrap-5c0d62bc22bac6e65af9d68eb62d8adfb0c28663.zip | |
remove mention of fonts
Diffstat (limited to 'docs/_includes/getting-started/download.html')
| -rw-r--r-- | docs/_includes/getting-started/download.html | 6 |
1 files changed, 3 insertions, 3 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> |
