Skip to content

Commit

Permalink
Issue #24 - added icon upload
Browse files Browse the repository at this point in the history
  • Loading branch information
magsout authored and Mike Taylor committed Aug 18, 2015
1 parent f521304 commit 1cb0588
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 36 deletions.
43 changes: 23 additions & 20 deletions webcompat/static/css/development/base/font.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

@font-face {
font-family: 'webcompat';
src:url('../font/webcompat/webcompat.eot?ccpila');
src:url('../font/webcompat/webcompat.eot?#iefixccpila') format('embedded-opentype'),
url('../font/webcompat/webcompat.woff?ccpila') format('woff'),
url('../font/webcompat/webcompat.ttf?ccpila') format('truetype'),
url('../font/webcompat/webcompat.svg?ccpila#icomoon') format('svg');
src:url('../font/webcompat/webcompat.eot?ccpilb');
src:url('../font/webcompat/webcompat.eot?#iefixccpilb') format('embedded-opentype'),
url('../font/webcompat/webcompat.woff?ccpilb') format('woff'),
url('../font/webcompat/webcompat.ttf?ccpilb') format('truetype'),
url('../font/webcompat/webcompat.svg?ccpilb#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -21,6 +21,21 @@
vertical-align:middle;
}

.wc-Icon--arrow-right:before {
content: "\e601";
}
.wc-Icon--arrow-down:before {
content: "\e602";
}
.wc-Icon--arrow-left:before {
content: "\e603";
}
.wc-Icon--arrow-circle-right:before {
content: "\f0a9";
}
.wc-Icon--bug:before {
content: "\f188";
}
.wc-Icon--times:before {
content: "\f00d";
}
Expand Down Expand Up @@ -48,21 +63,9 @@
.wc-Icon--list:before {
content: "\f03a";
}
.wc-Icon--arrow-circle-right:before {
content: "\f0a9";
}
.wc-Icon--arrow-right:before {
content: "\e601";
}
.wc-Icon--arrow-down:before {
content: "\e602";
}
.wc-Icon--arrow-left:before {
content: "\e603";
}
.wc-Icon--bug:before {
content: "\f188";
}
.wc-Icon--qrcode:before {
content: "\f029";
}
.wc-Icon--cloud-upload:before {
content: "\f0ee";
}
Binary file modified webcompat/static/font/webcompat/webcompat.eot
100644 → 100755
Binary file not shown.
Loading

0 comments on commit 1cb0588

Please sign in to comment.