Skip to content

Commit

Permalink
shifted baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Nov 9, 2012
1 parent 45b299e commit d47c334
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 150 deletions.
12 changes: 6 additions & 6 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ meta:
css_prefix: "icon-"
columns: 4

transform:
baseline: 0.5
rescale: 0.95
offset: 0.025
#transform:
# baseline: 0.5
# rescale: 0.95
# offset: 0.025

font:
version: "1.0"
Expand All @@ -100,8 +100,8 @@ font:

copyright: (C) 2012 by Vitaly Puzrin

ascent: 800
descent: 200
ascent: 850
descent: 150


glyphs:
Expand Down
64 changes: 32 additions & 32 deletions font/brandico.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,36 +28,36 @@
height: 24px;
}

.icon-facebook:before { content: ""; } /* '\f300' */
.icon-facebook-rect:before { content: ""; } /* '\f301' */
.icon-twitter:before { content: ""; } /* '\f302' */
.icon-twitter-bird:before { content: ""; } /* '\f303' */
.icon-vimeo:before { content: ""; } /* '\f30f' */
.icon-vimeo-rect:before { content: ""; } /* '\f30e' */
.icon-tumblr:before { content: ""; } /* '\f311' */
.icon-tumblr-rect:before { content: ""; } /* '\f310' */
.icon-googleplus-rect:before { content: ""; } /* '\f309' */
.icon-github-text:before { content: ""; } /* '\f307' */
.icon-github:before { content: ""; } /* '\f308' */
.icon-skype:before { content: ""; } /* '\f30b' */
.icon-icq:before { content: ""; } /* '\f304' */
.icon-yandex:before { content: ""; } /* '\f305' */
.icon-yandex-rect:before { content: ""; } /* '\f306' */
.icon-vkontakte-rect:before { content: ""; } /* '\f30a' */
.icon-odnoklassniki:before { content: ""; } /* '\f30c' */
.icon-odnoklassniki-rect:before { content: ""; } /* '\f30d' */
.icon-friendfeed:before { content: ""; } /* '\f312' */
.icon-friendfeed-rect:before { content: ""; } /* '\f313' */
.icon-blogger:before { content: ""; } /* '\f314' */
.icon-blogger-rect:before { content: ""; } /* '\f315' */
.icon-deviantart:before { content: ""; } /* '\f316' */
.icon-jabber:before { content: ""; } /* '\f317' */
.icon-lastfm:before { content: ""; } /* '\f318' */
.icon-lastfm-rect:before { content: ""; } /* '\f319' */
.icon-linkedin:before { content: ""; } /* '\f31a' */
.icon-linkedin-rect:before { content: ""; } /* '\f31b' */
.icon-picasa:before { content: ""; } /* '\f31c' */
.icon-wordpress:before { content: ""; } /* '\f31d' */
.icon-instagram:before { content: ""; } /* '\f31e' */
.icon-instagram-filled:before { content: ""; } /* '\f31f' */
.icon-facebook:before { content: "\f300"; } /* '\f300' */
.icon-facebook-rect:before { content: "\f301"; } /* '\f301' */
.icon-twitter:before { content: "\f302"; } /* '\f302' */
.icon-twitter-bird:before { content: "\f303"; } /* '\f303' */
.icon-vimeo:before { content: "\f30f"; } /* '\f30f' */
.icon-vimeo-rect:before { content: "\f30e"; } /* '\f30e' */
.icon-tumblr:before { content: "\f311"; } /* '\f311' */
.icon-tumblr-rect:before { content: "\f310"; } /* '\f310' */
.icon-googleplus-rect:before { content: "\f309"; } /* '\f309' */
.icon-github-text:before { content: "\f307"; } /* '\f307' */
.icon-github:before { content: "\f308"; } /* '\f308' */
.icon-skype:before { content: "\f30b"; } /* '\f30b' */
.icon-icq:before { content: "\f304"; } /* '\f304' */
.icon-yandex:before { content: "\f305"; } /* '\f305' */
.icon-yandex-rect:before { content: "\f306"; } /* '\f306' */
.icon-vkontakte-rect:before { content: "\f30a"; } /* '\f30a' */
.icon-odnoklassniki:before { content: "\f30c"; } /* '\f30c' */
.icon-odnoklassniki-rect:before { content: "\f30d"; } /* '\f30d' */
.icon-friendfeed:before { content: "\f312"; } /* '\f312' */
.icon-friendfeed-rect:before { content: "\f313"; } /* '\f313' */
.icon-blogger:before { content: "\f314"; } /* '\f314' */
.icon-blogger-rect:before { content: "\f315"; } /* '\f315' */
.icon-deviantart:before { content: "\f316"; } /* '\f316' */
.icon-jabber:before { content: "\f317"; } /* '\f317' */
.icon-lastfm:before { content: "\f318"; } /* '\f318' */
.icon-lastfm-rect:before { content: "\f319"; } /* '\f319' */
.icon-linkedin:before { content: "\f31a"; } /* '\f31a' */
.icon-linkedin-rect:before { content: "\f31b"; } /* '\f31b' */
.icon-picasa:before { content: "\f31c"; } /* '\f31c' */
.icon-wordpress:before { content: "\f31d"; } /* '\f31d' */
.icon-instagram:before { content: "\f31e"; } /* '\f31e' */
.icon-instagram-filled:before { content: "\f31f"; } /* '\f31f' */

Binary file modified font/brandico.eot
Binary file not shown.
Loading

0 comments on commit d47c334

Please sign in to comment.