Skip to content

Commit

Permalink
regenerated fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Mar 25, 2012
1 parent 1d8591a commit 2ea7380
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 234 deletions.
4 changes: 2 additions & 2 deletions font/demo.html
Expand Up @@ -201,10 +201,10 @@ <h1>Entypo font icons demo</h1>
<i class="icon-quote-right"></i> icon-quote-right
</li>
<li>
<i class="icon-reload-CCW"></i> icon-reload-CCW
<i class="icon-reload-ccw"></i> icon-reload-ccw
</li>
<li>
<i class="icon-reload-CW"></i> icon-reload-CW
<i class="icon-reload-cw"></i> icon-reload-cw
</li>
<li>
<i class="icon-reply"></i> icon-reply
Expand Down
4 changes: 2 additions & 2 deletions font/entypo.css
Expand Up @@ -79,8 +79,8 @@
.icon-plus-circle:before { content: "\e016"; }
.icon-print:before { content: "\e017"; }
.icon-quote-right:before { content: "\275e"; }
.icon-reload-CCW:before { content: "\27f2"; }
.icon-reload-CW:before { content: "\27f3"; }
.icon-reload-ccw:before { content: "\27f2"; }
.icon-reload-cw:before { content: "\27f3"; }
.icon-reply:before { content: "\e018"; }
.icon-reply-all:before { content: "\e019"; }
.icon-retweet:before { content: "\e01a"; }
Expand Down
Binary file modified font/entypo.eot
Binary file not shown.

0 comments on commit 2ea7380

Please sign in to comment.