ShaShape font updated

This commit is contained in:
Tobias Diekershoff 2016-06-01 20:03:56 +02:00
parent db99ce9512
commit b23a253151
3 changed files with 41 additions and 21 deletions

Binary file not shown.

View File

@ -62,10 +62,10 @@
.shashape.profile:before{ .shashape.profile:before{
content: "p"; content: "p";
} }
.shashape.skip:before{ .shashape.profileneg:before{
content: "q"; content: "q";
} }
.shashape.reload:before{ .shashape.heard:before{
content: "r"; content: "r";
} }
.shashape.search:before{ .shashape.search:before{
@ -74,9 +74,6 @@
.shashape.time:before{ .shashape.time:before{
content: "t"; content: "t";
} }
.shashape.undo:before{
content: "u";
}
.shashape.logout:before, .shashape.logout:before,
.shashape.logged-in:before{ .shashape.logged-in:before{
content: "v"; content: "v";
@ -104,17 +101,16 @@
.shashape.nolike:before{ .shashape.nolike:before{
content: "C"; content: "C";
} }
/* uppercase D is not defined at the moment .shashape.grrrr:before{
.shashape.hash:before{
content: "D"; content: "D";
} */ }
.shashape.arrow7:before{ .shashape.arrow7:before{
content: "E"; content: "E";
} }
.shashape.follow:before{ .shashape.follow:before{
content: "F"; content: "F";
} }
.shashape.follower:before{ .shashape.retweet:before{
content: "G"; content: "G";
} }
.shashape.hand:before{ .shashape.hand:before{
@ -129,10 +125,9 @@
.shashape.arrow-updown:before{ .shashape.arrow-updown:before{
content: "K"; content: "K";
} }
/* uppercase L is not defined at the moment .shashape.arrow-sideup:before{
.shashape.lock:before{
content: "L"; content: "L";
} */ }
.shashape.arrow-left:before{ .shashape.arrow-left:before{
content: "M"; content: "M";
} }
@ -180,39 +175,64 @@
content: "#"; content: "#";
} }
.shashape.tag:before{ .shashape.tag:before{
content: "="; content: "&";
} }
.shashape.lock-open:before{ .shashape.lock-open:before{
content: "?"; content: "(";
} }
.shashape.lock-closed:before{ .shashape.lock-closed:before{
content: ")"; content: ")";
} }
.shashape.blank:before {
content: "_";
}
.shashape.ellipsis:before {
content: "§";
}
.shashape.ok.before,
.shashape.yes:before{ .shashape.yes:before{
content: "+"; content: "+";
} }
.shashape.hmm:before{ .shashape.hmm:before{
content: ","; content: "%";
} }
.shashape.mark:before,
.shashape.no:before{ .shashape.no:before{
content: "-"; content: "-";
} }
.shashape.blank:before{ .shashape.see:before{
content: "."; content: ".";
} }
.shashape.see:before{ .shashape.see2:before{
content: ":"; content: ":";
} }
.shashape.blind:before{ .shashape.see3:before{
content: ";"; content: ";";
} }
.shashape.blind:before{
content: ",";
}
.shashape.edit:before{ .shashape.edit:before{
content: "<"; content: "<";
} }
.shashape.stamp:before{ .shashape.stamp:before{
content: ">"; content: ">";
} }
.shashape.heart:before{ .shashape.comment:before {
content: "_"; content: "*";
}
.shashape.ask:before {
content: "?";
}
.shashape.skip:before {
content: "{";
}
.shashape.reload:before {
content: "[";
}
.shashape.reloadreverse:before {
content: "]";
}
.shashape.undo:before {
content: "]";
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 KiB

After

Width:  |  Height:  |  Size: 377 KiB