aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQuy Ton <[email protected]>2013-06-29 07:37:53 -0700
committerQuy Ton <[email protected]>2013-06-29 07:37:53 -0700
commit02351c0589be66edcc2dc10bd059aeac55eb6163 (patch)
treeb344c81cf4d15307be322d1db442d6828ad7fcd1 /docs
parent2d2828d36ccaca2f6db42352d59ab4906a7439f6 (diff)
downloadbootstrap-02351c0589be66edcc2dc10bd059aeac55eb6163.tar.xz
bootstrap-02351c0589be66edcc2dc10bd059aeac55eb6163.zip
Remove references to fonts
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 718e8ed79..56e6cbc32 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -15,7 +15,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
<p class="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p>
<h3>Download compiled CSS and JS</h3>
- <p class="lead">The fastest way to get started is to get the compiled and minified versions of our CSS, JavaScript, and fonts. No documentation or original source files are included.</p>
+ <p class="lead">The fastest way to get started is to get the compiled and minified versions of our CSS and JavaScript. No documentation or original source files are included.</p>
<p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p>
<hr>
@@ -72,12 +72,6 @@ bootstrap/
├── js/
│ ├── bootstrap.js
│ ├── bootstrap.min.js
-└── fonts/
- ├── glyphiconshalflings-regular.eot
- ├── glyphiconshalflings-regular.otf
- ├── glyphiconshalflings-regular.svg
- ├── glyphiconshalflings-regular.ttf
- └── glyphiconshalflings-regular.woff
{% endhighlight %}
<p>This is the most basic form of Bootstrap: compiled 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>). The image files are compressed using <a href="http://imageoptim.com/">ImageOptim</a>, a Mac app for compressing PNGs.</p>