use fontawesome

This commit is contained in:
Athou
2013-04-14 19:02:24 +02:00
parent 5be7c487ad
commit 405d68168b
4 changed files with 28 additions and 7 deletions

View File

@@ -1,9 +1,3 @@
@import url(http://weloveiconfonts.com/api/?family=openwebicons);
[class*="openwebicons-"]:before {
font-family: 'OpenWeb Icons', sans-serif;
}
.pointer {
cursor: pointer;
}

View File

@@ -1,6 +1,6 @@
<div ng-controller="SubscribeCtrl">
<div class="btn-group">
<button class="btn" ng-click="open()"><span class="openwebicons-feed-simple"></span> Subscribe</button>
<button class="btn" ng-click="open()"><span class="icon-rss"></span> Subscribe</button>
<button class="btn dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>