abuiles / ember-101

https://leanpub.com/ember-cli-101
95 stars 23 forks source link

Icon names from Fontello incorrect #93

Open henkvanramshorst opened 8 years ago

henkvanramshorst commented 8 years ago

From the following code block in the "The header" paragraph:

app/templates/components/nav-bar.hbs
<header class="h2 border">
  <nav class="flex item-center bg-white">
    {{link-to "Borrowers" "index" class="p2"}}
    {{link-to "Dashboard" "index" class="p2 icon-gauge"}}
    {{link-to "Friends" "friends" class="p2 icon-users-1"}}
    {{link-to "New Friend" "friends.new" class="p2 icon-user-add"}}
  </nav>
</header>

These icon names are not in accordance with the fontello.css file:

.icon-emo-tongue:before { content: '\e800'; } /* '' */
.icon-gauge:before { content: '\e801'; } /* '' */
.icon-user:before { content: '\e802'; } /* '' */
.icon-user-plus:before { content: '\e803'; } /* '' */
.icon-motorcycle:before { content: '\e804'; } /* '' */
.icon-list-add:before { content: '\e805'; } /* '' */