diff --git a/assets/css/icons.scss b/assets/css/icons.scss index 059150e37..4b21aaf8b 100644 --- a/assets/css/icons.scss +++ b/assets/css/icons.scss @@ -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; } diff --git a/assets/font/config.json b/assets/font/config.json index 6d429dd43..6de1ddbc2 100644 --- a/assets/font/config.json +++ b/assets/font/config.json @@ -276,12 +276,6 @@ "code": 59415, "src": "fontawesome" }, - { - "uid": "627abcdb627cb1789e009c08e2678ef9", - "css": "twitter", - "code": 59402, - "src": "fontawesome" - }, { "uid": "0636c283a9822288a767609062bbf4a4", "css": "wordpress", @@ -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" + ] } ] } \ No newline at end of file diff --git a/assets/font/job-manager.svg b/assets/font/job-manager.svg new file mode 100644 index 000000000..d8e826d18 --- /dev/null +++ b/assets/font/job-manager.svg @@ -0,0 +1,108 @@ + + + +Copyright (C) 2023 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/font/job-manager.woff2 b/assets/font/job-manager.woff2 index ba36e8c2a..80656dde2 100644 Binary files a/assets/font/job-manager.woff2 and b/assets/font/job-manager.woff2 differ