Skip to content

Commit

Permalink
Merge pull request #942 from skoolbus39/4.1
Browse files Browse the repository at this point in the history
Update icon set
  • Loading branch information
kabel committed Jan 11, 2016
2 parents 4759e38 + ad67c89 commit eed9448
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 15 deletions.
18 changes: 12 additions & 6 deletions wdn/templates_4.1/fonts/fontello/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11236,10 +11236,10 @@
},
{
"uid": "b8a61be396be58c8d41efc20894527e7",
"css": "glyph",
"code": 58146,
"css": "clock",
"code": 59427,
"src": "custom_icons",
"selected": false,
"selected": true,
"svg": {
"path": "M875-62.5L125-62.5C56.6-62.5 0-5.9 0 62.5L0 812.5C0 880.9 56.6 937.5 125 937.5L875 937.5C943.4 937.5 1000 880.9 1000 812.5L1000 62.5C1000-5.9 943.4-62.5 875-62.5ZM500 771.5C316.4 771.5 166 621.1 166 437.5 166 253.9 316.4 103.5 500 103.5 683.6 103.5 834 253.9 834 437.5 834 621.1 683.6 771.5 500 771.5ZM625 437.5L500 437.5 500 228.5C500 216.8 490.2 209 478.5 209 466.8 209 459 216.8 459 228.5L459 478.5 625 478.5C636.7 478.5 646.5 470.7 646.5 459 646.5 447.3 636.7 437.5 625 437.5Z",
"width": 1000
Expand Down Expand Up @@ -12860,10 +12860,10 @@
},
{
"uid": "2933e0d901bd6554f927d7d71a48b79f",
"css": "glyph",
"code": 58262,
"css": "map",
"code": 59426,
"src": "custom_icons",
"selected": false,
"selected": true,
"svg": {
"path": "M11.7-60.5C3.9-56.6 0-48.8 0-41L0 625C0 630.9 3.9 638.7 7.8 642.6L291 843.8 291 127 33.2-58.6C27.3-62.5 17.6-64.5 11.7-60.5ZM908.2 150.4L625-52.7 625 666 882.8 849.6C886.7 853.5 890.6 853.5 896.5 853.5 898.4 853.5 902.3 853.5 906.3 851.6 912.1 847.7 916 841.8 916 834L916 166C916 160.2 914.1 154.3 908.2 150.4ZM334 843.8L584 666 584-52.7 334 127Z",
"width": 1000
Expand Down Expand Up @@ -23163,6 +23163,12 @@
"css": "foursquare",
"code": 59418,
"src": "zocial"
},
{
"uid": "a38dfae0ec2d11e1aff10800200c9a66",
"css": "blogger",
"code": 59424,
"src": "brandico"
}
]
}
Binary file modified wdn/templates_4.1/fonts/fontello/wdn-icon.eot
Binary file not shown.
5 changes: 4 additions & 1 deletion wdn/templates_4.1/fonts/fontello/wdn-icon.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 wdn/templates_4.1/fonts/fontello/wdn-icon.ttf
Binary file not shown.
Binary file modified wdn/templates_4.1/fonts/fontello/wdn-icon.woff
Binary file not shown.
19 changes: 11 additions & 8 deletions wdn/templates_4.1/less/base/text.less
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ p.small {
// ICON FONT - see /wdn/templates_4.0/fonts/fontello/readme.md

@font-face {
font-family: 'wdn-icon';
src: url('../fonts/fontello/wdn-icon.eot?67233186');
src: url('../fonts/fontello/wdn-icon.eot?67233186#iefix') format('embedded-opentype'),
url('../fonts/fontello/wdn-icon.woff?67233186') format('woff'),
url('../fonts/fontello/wdn-icon.ttf?67233186') format('truetype'),
url('../fonts/fontello/wdn-icon.svg?67233186#wdn-icon') format('svg');
font-weight: normal;
font-style: normal;
font-family: 'wdn-icon';
src: url('../fonts/fontello/wdn-icon.eot?61086545');
src: url('../fonts/fontello/wdn-icon.eot?61086545#iefix') format('embedded-opentype'),
url('../fonts/fontello/wdn-icon.woff?61086545') format('woff'),
url('../fonts/fontello/wdn-icon.ttf?61086545') format('truetype'),
url('../fonts/fontello/wdn-icon.svg?61086545#wdn-icon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="wdn-icon-"]:before, [class*=" wdn-icon-"]:before {
Expand Down Expand Up @@ -189,7 +189,10 @@ p.small {
.wdn-icon-twitter:before { content: '\e81d'; } /* '' */
.wdn-icon-facebook:before { content: '\e81e'; } /* '' */
.wdn-icon-link:before { content: '\e81f'; } /* '' */
.wdn-icon-blogger:before { content: '\e820'; } /* '' */
.wdn-icon-play-circled:before { content: '\e821'; } /* '' */
.wdn-icon-map:before { content: '\e822'; } /* '' */
.wdn-icon-clock:before { content: '\e823'; } /* '' */
.wdn-icon-rocket:before { content: '\e825'; } /* '' */
.wdn-icon-pause:before { content: '\e82a'; } /* '' */
.wdn-icon-print:before { content: '\e901'; } /* '' */
Expand Down

0 comments on commit eed9448

Please sign in to comment.