diff --git a/docs/assets/css/site.css b/docs/assets/css/site.css index 7bd8e6ca3..81bcf30eb 100644 --- a/docs/assets/css/site.css +++ b/docs/assets/css/site.css @@ -4711,7 +4711,7 @@ a.badge:hover { @font-face { font-family: 'FontAwesome'; src: url('../font/fontawesome-webfont.eot'); - src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg'); + src: url('../font/FontAwesome.otf') format('opentype'); font-weight: normal; font-style: normal; } @@ -5399,9 +5399,54 @@ ul.icons li .icon-large:before { .icon-paste:before { content: "\f0ea"; } +.icon-lightbulb:before { + content: "\f0eb"; +} +.icon-exchange:before { + content: "\f0ec"; +} +.icon-cloud-download:before { + content: "\f0ed"; +} +.icon-cloud-upload:before { + content: "\f0ee"; +} .icon-user-md:before { content: "\f200"; } +.icon-stethescope:before { + content: "\f201"; +} +.icon-briefcase:before { + content: "\f202"; +} +.icon-bell-alt:before { + content: "\f203"; +} +.icon-coffee:before { + content: "\f204"; +} +.icon-food:before { + content: "\f205"; +} +.icon-file-alt:before { + content: "\f206"; +} +.icon-building:before { + content: "\f207"; +} +.icon-hospital:before { + content: "\f208"; +} +.icon-ambulance:before { + content: "\f209"; +} +.icon-medkit:before { + content: "\f210"; +} +.icon-fighter-jet:before { + content: "\f211"; +} .navbar .brand { color: #ffffff; font-family: museo-slab, "Helvetica Neue", Helvetica, Arial, sans-serif; @@ -5456,15 +5501,15 @@ h6 { color: #ffffff; } .hero-unit h1 { - font-size: 70px; + font-size: 75px; letter-spacing: -2px; line-height: 1.2; } .hero-unit p { - margin-top: 10px; - margin-bottom: 15px; - font-size: 28px; - line-height: 34px; + margin-top: 15px; + margin-bottom: 20px; + font-size: 40px; + line-height: 1.2; } .hero-unit ul { margin-left: 50px; diff --git a/docs/assets/font/FontAwesome.otf b/docs/assets/font/FontAwesome.otf new file mode 100644 index 000000000..e2c2066bc Binary files /dev/null and b/docs/assets/font/FontAwesome.otf differ diff --git a/docs/assets/less/font-awesome.less b/docs/assets/less/font-awesome.less index 6ee21c8b1..de4be5a22 100644 --- a/docs/assets/less/font-awesome.less +++ b/docs/assets/less/font-awesome.less @@ -25,10 +25,14 @@ @font-face { font-family: 'FontAwesome'; src: url('../font/fontawesome-webfont.eot'); - src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), - url('../font/fontawesome-webfont.woff') format('woff'), - url('../font/fontawesome-webfont.ttf') format('truetype'), - url('../font/fontawesome-webfont.svg#FontAwesome') format('svg'); +// src: url('../font/fontawesome-webfont.eot'); +// src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), +// url('../font/fontawesome-webfont.woff') format('woff'), +// url('../font/fontawesome-webfont.ttf') format('truetype'), +// url('../font/fontawesome-webfont.svg#FontAwesome') format('svg'); + + src: url('../font/FontAwesome.otf') format('opentype'); + font-weight: normal; font-style: normal; } @@ -323,5 +327,24 @@ ul.icons { .icon-sitemap:before { content: "\f0e8"; } .icon-umbrella:before { content: "\f0e9"; } .icon-paste:before { content: "\f0ea"; } +.icon-lightbulb:before { content: "\f0eb"; } +.icon-exchange:before { content: "\f0ec"; } +.icon-cloud-download:before { content: "\f0ed"; } +.icon-cloud-upload:before { content: "\f0ee"; } .icon-user-md:before { content: "\f200"; } +.icon-stethescope:before { content: "\f201"; } +.icon-briefcase:before { content: "\f202"; } +.icon-bell-alt:before { content: "\f203"; } +.icon-coffee:before { content: "\f204"; } +.icon-food:before { content: "\f205"; } +.icon-file-alt:before { content: "\f206"; } +.icon-building:before { content: "\f207"; } +.icon-hospital:before { content: "\f208"; } +.icon-ambulance:before { content: "\f209"; } +.icon-medkit:before { content: "\f210"; } +.icon-fighter-jet:before { content: "\f211"; } +//.icon-user-md:before { content: "\f212"; } +//.icon-user-md:before { content: "\f213"; } +//.icon-user-md:before { content: "\f214"; } +//.icon-user-md:before { content: "\f215"; } diff --git a/docs/assets/less/site.less b/docs/assets/less/site.less index 64c9a4be5..3821e5317 100644 --- a/docs/assets/less/site.less +++ b/docs/assets/less/site.less @@ -67,15 +67,15 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; } background-color: @red; &, h1 { color: @white; } h1 { - font-size: 70px; + font-size: 75px; letter-spacing: -2px; line-height: 1.2; } p { - margin-top: 10px; - margin-bottom: 15px; - font-size: 28px; - line-height: 34px; + margin-top: 15px; + margin-bottom: 20px; + font-size: 40px; + line-height: 1.2; } text-shadow: 2px 2px 2px @grayDark; ul { diff --git a/docs/index.html b/docs/index.html index 4180fa889..70a8127b2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -101,7 +101,7 @@

Font Awesome

-

The iconic font designed for use with Twitter Bootstrap

+

The iconic font designed for
use with Twitter Bootstrap

@@ -176,7 +176,7 @@
-

What's new in Font Awesome v3.0

+

What's new in Font Awesome 3.0

LGPL Compliant

@@ -196,97 +196,24 @@
-

New Icons in 2.0

+

New Icons in 3.0

You asked, Font Awesome delivers with 70 shiny new icons in version 2.0. This giant set of new icons was requested on the Font Awesome GitHub project and includes icon parity with Bootstrap 2.0.3.

    -
  • icon-beaker
  • -
  • icon-bell
  • -
  • icon-bolt
  • -
  • icon-bookmark-empty
  • -
  • icon-briefcase
  • -
  • icon-bullhorn
  • -
  • icon-caret-down
  • -
  • icon-caret-left
  • -
  • icon-caret-right
  • -
  • icon-caret-up
  • -
  • icon-certificate
  • -
  • icon-check-empty
  • -
  • icon-circle-arrow-down
  • -
  • icon-circle-arrow-left
  • -
  • icon-circle-arrow-right
  • -
  • icon-circle-arrow-up
  • -
  • icon-cloud
  • -
  • icon-columns
  • -
-
- -
-
    -
  • icon-comment-alt
  • -
  • icon-comments-alt
  • -
  • icon-copy
  • -
  • icon-credit-card
  • -
  • icon-cut
  • -
  • icon-dashboard
  • -
  • icon-envelope-alt
  • -
  • icon-facebook
  • -
  • icon-filter
  • -
  • icon-fullscreen
  • -
  • icon-github
  • -
  • icon-globe
  • -
  • icon-google-plus-sign
  • -
  • icon-google-plus
  • -
  • icon-group
  • -
  • icon-hand-down
  • -
  • icon-hand-left
  • -
  • icon-hand-right
  • -
-
- -
-
    -
  • icon-hand-up
  • -
  • icon-hdd
  • -
  • icon-legal
  • -
  • icon-link
  • -
  • icon-linkedin
  • -
  • icon-list-ol
  • -
  • icon-list-ul
  • -
  • icon-magic
  • -
  • icon-money
  • -
  • icon-paper-clip
  • -
  • icon-paste
  • -
  • icon-phone-sign
  • -
  • icon-phone
  • -
  • icon-pinterest-sign
  • -
  • icon-pinterest
  • -
  • icon-reorder
  • -
  • icon-rss
  • -
-
- -
-
    -
  • icon-save
  • -
  • icon-sign-blank
  • -
  • icon-sitemap
  • -
  • icon-sort-down
  • -
  • icon-sort-up
  • -
  • icon-sort
  • -
  • icon-strikethrough
  • -
  • icon-table
  • -
  • icon-tasks
  • -
  • icon-truck
  • -
  • icon-twitter
  • -
  • icon-umbrella
  • -
  • icon-underline
  • -
  • icon-undo
  • -
  • icon-unlock
  • icon-user-md
  • -
  • icon-wrench
  • +
  • icon-stethescope
  • +
  • icon-briefcase
  • +
  • icon-bell-alt
  • +
  • icon-coffee
  • +
  • icon-food
  • +
  • icon-file-alt
  • +
  • icon-building
  • +
  • icon-hospital
  • +
  • icon-ambulance
  • +
  • icon-medkit
  • +
  • icon-figher-jet
diff --git a/docs/test.html b/docs/test.html new file mode 100644 index 000000000..e69de29bb