Solves issues with appearance of Tor and Volume-mute icons. Fixes #240

This commit is contained in:
Julien Deswaef 2020-06-07 18:25:50 +02:00
parent 1cbff5fbba
commit 486649d509
11 changed files with 37 additions and 22 deletions

View File

@ -1,13 +1,9 @@
# Fork Awesome
### A fork of the iconic font and CSS toolkit
[![npm](https://img.shields.io/npm/v/fork-awesome.svg?style=flat&colorB=CB3837)](https://www.npmjs.com/package/fork-awesome)
[![All Contributors](https://img.shields.io/badge/all_contributors-123-orange.svg?style=flat-square)](CONTRIBUTORS.md)
[![JSDeliver](https://data.jsdelivr.com/v1/package/npm/fork-awesome/badge)](https://www.jsdelivr.com/package/npm/fork-awesome)
[![CDNJS](https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square)](https://cdnjs.com/libraries/fork-awesome)
[![Build Status](https://travis-ci.org/ForkAwesome/Fork-Awesome.svg?branch=master)](https://travis-ci.org/ForkAwesome/Fork-Awesome)
[![npm-badge]][npm-link] [![all-contrib]](CONTRIBUTORS.md) [![jsdeliver-badge]][jsdeliver-link] [![cdnjs-badge]][cdnjs-link] [![build-status-badge]][build-status-link]
Fork Awesome is a full suite of 757 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
Fork Awesome is a full suite of 758 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
Following concerns regarding [the development of Font Awesome](https://github.com/FortAwesome/Font-Awesome/issues/12199#issuecomment-362919956), the PR Freeze since Oct 2016 and the direction [Fort Awesome](https://fortawesome.com/) is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this amazing tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.
@ -45,8 +41,8 @@ with the following format:
And constructed with the following guidelines:
* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions, including new icons, without breaking backward compatibility, bumps the minor (and resets the patch)
* Bug fixes, changes to brand logos, and misc changes bumps the patch
* Big changes, without breaking backward compatibility, bumps the minor (and resets the patch)
* Bug fixes, small adaptations, adding a few icons and misc changes bumps the patch
* The fork started from FontAwesome 4.7 (last commit by Dave is [bdfa9823](https://github.com/ForkAwesome/Fork-Awesome/commits/master?after=b0bc8f6fb74e05c987ef7ce1525cd3ab8390a1c3+69)).
* The project starts at version 1.0.0. All references to versions before the fork are named 0.4.7
@ -91,3 +87,15 @@ Build the web documentation:
Or serve it on a local server on http://localhost:7998:
$ npm run dev
<!--- reference links for badges -->
[all-contrib]: https://img.shields.io/badge/all_contributors-123-orange.svg?style=flat-square "All Contributors badge"
[build-status-badge]: https://travis-ci.org/ForkAwesome/Fork-Awesome.svg?branch=master "Build status badge"
[build-status-link]: https://travis-ci.org/ForkAwesome/Fork-Awesome
[cdnjs-badge]: https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square "CDNJS badge"
[cdnjs-link]: https://cdnjs.com/libraries/fork-awesome
[jsdeliver-badge]: https://data.jsdelivr.com/v1/package/npm/fork-awesome/badge "JSDeliver badge"
[jsdeliver-link]: https://www.jsdelivr.com/package/npm/fork-awesome
[npm-badge]: https://img.shields.io/npm/v/fork-awesome.svg?style=flat&colorB=CB3837 "NPM badge"
[npm-link]: ttps://www.npmjs.com/package/fork-awesome

View File

@ -2557,10 +2557,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
content: "\f32c";
}
.fa-tor-onion:before {
content: "\f32d";
content: "\f32e";
}
.fa-volume-mute:before {
content: "\f32e";
content: "\f32f";
}
.fa-bell-ringing:before {
content: "\f32d";
@ -2592,6 +2592,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-researchgate:before {
content: "\f338";
}
.fa-funkwhale:before {
content: "\f339";
}
.sr-only {
position: absolute;
width: 1px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -890,3 +890,4 @@
.@{fa-css-prefix}-open-collective:before { content: @fa-var-open-collective; }
.@{fa-css-prefix}-orcid:before { content: @fa-var-orcid; }
.@{fa-css-prefix}-researchgate:before { content: @fa-var-researchgate; }
.@{fa-css-prefix}-funkwhale:before { content: @fa-var-funkwhale; }

View File

@ -342,6 +342,7 @@
@fa-var-freedombox: "\f2fd";
@fa-var-friendica: "\f2e6";
@fa-var-frown-o: "\f119";
@fa-var-funkwhale: "\f339";
@fa-var-futbol-o: "\f1e3";
@fa-var-gamepad: "\f11b";
@fa-var-gavel: "\f0e3";
@ -797,7 +798,7 @@
@fa-var-toggle-on: "\f205";
@fa-var-toggle-right: "\f152";
@fa-var-toggle-up: "\f151";
@fa-var-tor-onion: "\f32d";
@fa-var-tor-onion: "\f32e";
@fa-var-trademark: "\f25c";
@fa-var-train: "\f238";
@fa-var-transgender: "\f224";
@ -859,7 +860,7 @@
@fa-var-vk: "\f189";
@fa-var-volume-control-phone: "\f2a0";
@fa-var-volume-down: "\f027";
@fa-var-volume-mute: "\f32e";
@fa-var-volume-mute: "\f32f";
@fa-var-volume-off: "\f026";
@fa-var-volume-up: "\f028";
@fa-var-warning: "\f071";

View File

@ -890,3 +890,4 @@
.#{$fa-css-prefix}-open-collective:before { content: fa-content($fa-var-open-collective); }
.#{$fa-css-prefix}-orcid:before { content: fa-content($fa-var-orcid); }
.#{$fa-css-prefix}-researchgate:before { content: fa-content($fa-var-researchgate); }
.#{$fa-css-prefix}-funkwhale:before { content: fa-content($fa-var-funkwhale); }

View File

@ -342,6 +342,7 @@ $fa-var-free-code-camp: \f2c5;
$fa-var-freedombox: \f2fd;
$fa-var-friendica: \f2e6;
$fa-var-frown-o: \f119;
$fa-var-funkwhale: \f339;
$fa-var-futbol-o: \f1e3;
$fa-var-gamepad: \f11b;
$fa-var-gavel: \f0e3;
@ -797,7 +798,7 @@ $fa-var-toggle-off: \f204;
$fa-var-toggle-on: \f205;
$fa-var-toggle-right: \f152;
$fa-var-toggle-up: \f151;
$fa-var-tor-onion: \f32d;
$fa-var-tor-onion: \f32e;
$fa-var-trademark: \f25c;
$fa-var-train: \f238;
$fa-var-transgender: \f224;
@ -859,7 +860,7 @@ $fa-var-vine: \f1ca;
$fa-var-vk: \f189;
$fa-var-volume-control-phone: \f2a0;
$fa-var-volume-down: \f027;
$fa-var-volume-mute: \f32e;
$fa-var-volume-mute: \f32f;
$fa-var-volume-off: \f026;
$fa-var-volume-up: \f028;
$fa-var-warning: \f071;

View File

@ -1,7 +1,7 @@
{
"checksum": {
"previous": "076bb7901adb5b0fab73c9bd90164e807cd8086b89b7a47c88fe440219cdc51b",
"current": "076bb7901adb5b0fab73c9bd90164e807cd8086b89b7a47c88fe440219cdc51b"
"previous": "361106594202171d4b3334d7fd2898099c5da95a94a32956fe36588cfcddd334",
"current": "361106594202171d4b3334d7fd2898099c5da95a94a32956fe36588cfcddd334"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@ -3050,7 +3050,7 @@
"copyright": "The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io",
"css3": false,
"css_selector": ".fa-{{glyph}}",
"debug": false,
"debug": true,
"font_ascent": 1536,
"font_descent": 256,
"font_design_size": 16,

View File

@ -7322,7 +7322,7 @@ icons:
- name: Tor Project Onion
id: tor-onion
unicode: f32d
unicode: f32e
created: 1.1
url: torproject.org
filter:
@ -7333,7 +7333,7 @@ icons:
- name: volume-mute
id: volume-mute
unicode: f32e
unicode: f32f
created: 1.1
filter:
- audio

View File

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1536" viewBox="0 0 1536 1536">
<path d="M905.006 1533.51c-110.9-12.102-174.616-59.034-279.289-205.724-51.851-72.667-127.086-190.643-171.456-268.862l-27.517-48.51H294.338l.037 178.012c.018 109.774 2.486 187.037 6.433 201.552 10.604 39.001 29.738 54.088 78.097 61.58 90.06 13.95 80.209 9.013 80.209 40.198v27.686H.102v-27.952c0-15.374 1.09-27.953 2.424-27.953 17.846 0 94.702-19.33 105.82-26.613 8.1-5.308 19.497-22.013 25.329-37.124 9.86-25.554 10.602-57.107 10.602-451.176 0-335.417-1.614-428.257-7.748-445.575-10.881-30.716-35.948-49.627-76.05-57.37C-5.3 432.898.102 436.61.102 404.097v-29.311h273.255c289.721 0 314.42 1.88 385.834 29.35 77.95 29.986 142.016 95.76 164.908 169.304 17.026 54.698 17.084 136.807.129 190.95-16.153 51.598-63.353 121.44-105.186 155.645-34.159 27.929-107.28 66.762-125.71 66.762-8.6 0-6.79 6.008 11.084 36.78 65.617 112.965 205.799 301.877 270.478 364.502 37.63 36.435 90.04 67.279 129.222 76.047l31.69 7.09v25.691c0 21.27-2.278 26.533-13.24 30.583-21.438 7.918-75.022 10.662-117.566 6.02zM483.292 916.06c45.593-8.648 100.291-36.081 128.821-64.611 78.642-78.642 87.177-234.455 17.198-313.954-52.684-59.853-98.517-74.27-236.404-74.368h-98.57V915.432l13.242 2.55c26.997 5.2 145.089 3.955 175.713-1.853zm652.828-282.508c-89.663-18.883-148.972-84.523-164.685-182.265-7.872-48.964-7.964-215.002-.147-264.812 12.737-81.169 60.806-145.642 127.068-170.433C1162.637-8.01 1246.952-5.15 1303.568 23c41.203 20.486 97.098 83.67 97.098 109.76 0 5.775-80.929 39.844-84.412 35.534-1.074-1.324-10.272-14.732-20.442-29.786-24.068-35.627-57.199-52.073-104.903-52.073-48.784 0-83.22 22.526-106.308 69.543-16.027 32.636-16.468 36.232-18.334 149.584-1.538 93.37-.055 122.5 7.512 148.562 18.4 63.294 65.089 95.07 132.518 90.193 68.934-4.986 111.379-56.501 111.802-135.693l.184-33.837h-117.695V292.4h217.735l-.055 63.26c-.092 120.248-18.929 180.485-71.152 227.438-16.29 14.645-44.128 31.95-62.393 38.784-37.855 14.164-109.904 19.82-148.61 11.67z"/>
<path d="M905.006 1533.51c-110.9-12.102-174.616-59.034-279.289-205.724-51.851-72.667-127.086-190.643-171.456-268.862l-27.517-48.51H294.338l.037 178.012c.018 109.774 2.486 187.037 6.433 201.552 10.604 39.001 29.738 54.088 78.097 61.58 90.06 13.95 80.209 9.013 80.209 40.198v27.686H.102v-27.952c0-15.374 1.09-27.953 2.424-27.953 17.846 0 94.702-19.33 105.82-26.613 8.1-5.308 19.497-22.013 25.329-37.124 9.86-25.554 10.602-57.107 10.602-451.176 0-335.417-1.614-428.257-7.748-445.575-10.881-30.716-35.948-49.627-76.05-57.37C-5.3 432.898.102 436.61.102 404.097v-29.311h273.255c289.721 0 314.42 1.88 385.834 29.35 77.95 29.986 142.016 95.76 164.908 169.304 17.026 54.698 17.084 136.807.129 190.95-16.153 51.598-63.353 121.44-105.186 155.645-34.159 27.929-107.28 66.762-125.71 66.762-8.6 0-6.79 6.008 11.084 36.78 65.617 112.965 205.799 301.877 270.478 364.502 37.63 36.435 90.04 67.279 129.222 76.047l31.69 7.09v25.691c0 21.27-2.278 26.533-13.24 30.583-21.438 7.918-75.022 10.662-117.566 6.02zM483.292 916.06c45.593-8.648 100.291-36.081 128.821-64.611 78.642-78.642 87.177-234.455 17.198-313.954-52.684-59.853-98.517-74.27-236.404-74.368h-98.57v452.305l13.242 2.55c26.997 5.2 145.089 3.955 175.713-1.853zm652.828-282.508c-89.663-18.883-148.972-84.523-164.685-182.265-7.872-48.964-7.964-215.002-.147-264.812 12.737-81.169 60.806-145.642 127.068-170.433C1162.637-8.01 1246.952-5.15 1303.568 23c41.203 20.486 97.098 83.67 97.098 109.76 0 5.775-80.929 39.844-84.412 35.534-1.074-1.324-10.272-14.732-20.442-29.786-24.068-35.627-57.199-52.073-104.903-52.073-48.784 0-83.22 22.526-106.308 69.543-16.027 32.636-16.468 36.232-18.334 149.584-1.538 93.37-.055 122.5 7.512 148.562 18.4 63.294 65.089 95.07 132.518 90.193 68.934-4.986 111.379-56.501 111.802-135.693l.184-33.837h-117.695V292.4h217.735l-.055 63.26c-.092 120.248-18.929 180.485-71.152 227.438-16.29 14.645-44.128 31.95-62.393 38.784-37.855 14.164-109.904 19.82-148.61 11.67z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB