Skip to content

Commit

Permalink
update release build with correct codepoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bodytaing committed Jun 17, 2016
1 parent b82fb66 commit 034871c
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion releases/v1.1.0/stylesheets/vital.min.css

Large diffs are not rendered by default.

Binary file modified source/fonts/icons.eot
Binary file not shown.
24 changes: 12 additions & 12 deletions source/fonts/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/fonts/icons.ttf
Binary file not shown.
Binary file modified source/fonts/icons.woff
Binary file not shown.
32 changes: 16 additions & 16 deletions source/stylesheets/_icons.sass
Original file line number Diff line number Diff line change
Expand Up @@ -47,34 +47,34 @@
font-smoothing: antialiased

.icon-arrow-updown:before
content: char("f109")
content: char("f100")

.icon-check:before
content: char("f100")
content: char("f101")

.icon-clock:before
content: char("f10b")
content: char("f102")

.icon-close:before
content: char("f102")
content: char("f103")

.icon-close-empty:before
content: char("f103")
content: char("f104")

.icon-close-outline:before
content: char("f104")
content: char("f105")

.icon-menu:before
content: char("f10a")
content: char("f106")

.icon-vital:before
content: char("f101")
content: char("f107")

$font-icons-icon-arrow-updown: char("f109")
$font-icons-icon-check: char("f100")
$font-icons-icon-clock: char("f10b")
$font-icons-icon-close: char("f102")
$font-icons-icon-close-empty: char("f103")
$font-icons-icon-close-outline: char("f104")
$font-icons-icon-menu: char("f10a")
$font-icons-icon-vital: char("f101")
$font-icons-icon-arrow-updown: char("f100")
$font-icons-icon-check: char("f101")
$font-icons-icon-clock: char("f102")
$font-icons-icon-close: char("f103")
$font-icons-icon-close-empty: char("f104")
$font-icons-icon-close-outline: char("f105")
$font-icons-icon-menu: char("f106")
$font-icons-icon-vital: char("f107")

0 comments on commit 034871c

Please sign in to comment.