fonts: Enumerate empty and full checkmarks.

We'll use this in an onboarding checklist.

(imported from commit 511602b0afb7a024fc2137617ac22475a600b981)
This commit is contained in:
Jessica McKellar 2013-05-03 14:50:59 -04:00
parent d9d1ece5a4
commit 0304014274
1 changed files with 2 additions and 0 deletions

View File

@ -432,3 +432,5 @@ ul.icons li [class*=" icon-vector-"] {
.icon-vector-bullhorn:before { content: "\f0a1"; } .icon-vector-bullhorn:before { content: "\f0a1"; }
.icon-vector-list:before { content: "\f03a"; } .icon-vector-list:before { content: "\f03a"; }
.icon-vector-cog:before { content: "\f013"; } .icon-vector-cog:before { content: "\f013"; }
.icon-vector-check:before { content: "\f046"; }
.icon-vector-check-empty:before { content: "\f096"; }