Skip to content

Commit

Permalink
coalaonline.html: Change "Add Bear" button font to Roboto
Browse files Browse the repository at this point in the history
This changes the font of the "Add Bear" button on Coala Online
from Times New Roman to Roboto.

Closes #270
  • Loading branch information
Akhelesh committed Aug 18, 2018
1 parent c769ab4 commit 105d88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partials/tabs/coalaonline.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ <h4>Optional Settings</h4>
<div class="row blue-grey darken-4 white-text z-depth-1 no-margin">
<span>
<a class="waves-effect grey-text text-lighten-2">
<i ng-click="add_bears(section)" class="fa fa-plus-circle bears-icon-small" aria-hidden="true"> &nbsp;ADD BEAR
</i>
<i ng-click="add_bears(section)" class="fa fa-plus-circle bears-icon-small" aria-hidden="true"></i>
&nbsp;ADD BEAR
</a>
</span>
</div>
Expand Down

0 comments on commit 105d88f

Please sign in to comment.