Skip to content

Commit

Permalink
Merge pull request #2644 from Automattic/fix/2589-change-twitter-logo
Browse files Browse the repository at this point in the history
Update Twitter Logo to X
  • Loading branch information
fjorgemota authored Nov 20, 2023
2 parents da26bde + 9da982c commit d624ef4
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 7 deletions.
5 changes: 4 additions & 1 deletion assets/css/icons.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@font-face {
font-family: job-manager;
src: url(../font/job-manager.woff2?16367094) format('woff2');
src: url(../font/job-manager.woff2?16367094);
src:
url(../font/job-manager.woff2?16367094) format('woff2'),
url(../font/job-manager.svg?16367094#job-manager) format("svg");
font-weight: normal;
font-style: normal;
}
Expand Down
34 changes: 28 additions & 6 deletions assets/font/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,6 @@
"code": 59415,
"src": "fontawesome"
},
{
"uid": "627abcdb627cb1789e009c08e2678ef9",
"css": "twitter",
"code": 59402,
"src": "fontawesome"
},
{
"uid": "0636c283a9822288a767609062bbf4a4",
"css": "wordpress",
Expand All @@ -293,6 +287,34 @@
"css": "location-1",
"code": 59421,
"src": "elusive"
},
{
"uid": "1e855489f228ce5a4dbbefe8520efd8e",
"css": "wpjm",
"code": 59440,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M500 6C224 6 0 230 0 506S224 1006 500 1006C776 1006 1000 782 1000 506S776 6 500 6ZM500 55C750 55 951 256 951 506 951 755 750 957 500 957 251 957 49 755 49 506 49 256 251 55 500 55ZM330 356V542C330 551 329 557 326 560 323 564 318 566 313 566 306 566 301 563 297 559 294 554 292 546 292 534H203C203 571 213 599 234 618 254 637 282 647 317 647 350 647 375 638 393 621 411 603 420 577 420 542V356ZM440 356V646H530V501L575 646H652L697 501V646H787V356H676L614 529 551 356Z",
"width": 1000
},
"search": [
"wpjm"
]
},
{
"uid": "28dbbd9d40463d88f0f6bc0b517de8b6",
"css": "twitter",
"code": 59402,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M760 100H898L597 444 951 913H674L457 628 208 913H70L392 544 52 100H337L533 360ZM712 830H788L295 178H213Z",
"width": 1000
},
"search": [
"twitter"
]
}
]
}
Loading

0 comments on commit d624ef4

Please sign in to comment.