diff --git a/css/font-awesome.css b/css/font-awesome.css index 4f64ab3d6..e44324fa6 100644 --- a/css/font-awesome.css +++ b/css/font-awesome.css @@ -1502,3 +1502,11 @@ .fa-circle-o-notch:before { content: "\f1ce"; } +.fa-ra:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css index 4f64ab3d6..e44324fa6 100644 --- a/css/font-awesome.min.css +++ b/css/font-awesome.min.css @@ -1502,3 +1502,11 @@ .fa-circle-o-notch:before { content: "\f1ce"; } +.fa-ra:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} diff --git a/fonts/FontAwesome.otf b/fonts/FontAwesome.otf index 85779f961..7f08c61f8 100644 Binary files a/fonts/FontAwesome.otf and b/fonts/FontAwesome.otf differ diff --git a/less/icons.less b/less/icons.less index d72ddc457..61b8fc828 100644 --- a/less/icons.less +++ b/less/icons.less @@ -479,3 +479,7 @@ .@{fa-css-prefix}-support:before, .@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; } .@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; } +.@{fa-css-prefix}-ra:before, +.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; } +.@{fa-css-prefix}-ge:before, +.@{fa-css-prefix}-empire:before { content: @fa-var-empire; } diff --git a/less/variables.less b/less/variables.less index f26690f72..abade9958 100644 --- a/less/variables.less +++ b/less/variables.less @@ -139,6 +139,7 @@ @fa-var-eject: "\f052"; @fa-var-ellipsis-h: "\f141"; @fa-var-ellipsis-v: "\f142"; +@fa-var-empire: "\f1d1"; @fa-var-envelope: "\f0e0"; @fa-var-envelope-o: "\f003"; @fa-var-envelope-square: "\f199"; @@ -303,6 +304,7 @@ @fa-var-quote-left: "\f10d"; @fa-var-quote-right: "\f10e"; @fa-var-random: "\f074"; +@fa-var-rebel: "\f1d0"; @fa-var-recycle: "\f1b8"; @fa-var-reddit: "\f1a1"; @fa-var-reddit-square: "\f1a2"; diff --git a/scss/_icons.scss b/scss/_icons.scss index 6e036fe8f..ad884da08 100644 --- a/scss/_icons.scss +++ b/scss/_icons.scss @@ -142,6 +142,8 @@ .#{$fa-css-prefix}-eject:before { content: $fa-var-eject; } .#{$fa-css-prefix}-ellipsis-h:before { content: $fa-var-ellipsis-h; } .#{$fa-css-prefix}-ellipsis-v:before { content: $fa-var-ellipsis-v; } +.#{$fa-css-prefix}-ge:before, +.#{$fa-css-prefix}-empire:before { content: $fa-var-empire; } .#{$fa-css-prefix}-envelope:before { content: $fa-var-envelope; } .#{$fa-css-prefix}-envelope-o:before { content: $fa-var-envelope-o; } .#{$fa-css-prefix}-envelope-square:before { content: $fa-var-envelope-square; } @@ -332,6 +334,8 @@ .#{$fa-css-prefix}-quote-left:before { content: $fa-var-quote-left; } .#{$fa-css-prefix}-quote-right:before { content: $fa-var-quote-right; } .#{$fa-css-prefix}-random:before { content: $fa-var-random; } +.#{$fa-css-prefix}-ra:before, +.#{$fa-css-prefix}-rebel:before { content: $fa-var-rebel; } .#{$fa-css-prefix}-recycle:before { content: $fa-var-recycle; } .#{$fa-css-prefix}-reddit:before { content: $fa-var-reddit; } .#{$fa-css-prefix}-reddit-square:before { content: $fa-var-reddit-square; } diff --git a/scss/_variables.scss b/scss/_variables.scss index 073875894..5881ea3bb 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -139,6 +139,7 @@ $fa-var-drupal: "\f1a9"; $fa-var-eject: "\f052"; $fa-var-ellipsis-h: "\f141"; $fa-var-ellipsis-v: "\f142"; +$fa-var-empire: "\f1d1"; $fa-var-envelope: "\f0e0"; $fa-var-envelope-o: "\f003"; $fa-var-envelope-square: "\f199"; @@ -303,6 +304,7 @@ $fa-var-question-circle: "\f059"; $fa-var-quote-left: "\f10d"; $fa-var-quote-right: "\f10e"; $fa-var-random: "\f074"; +$fa-var-rebel: "\f1d0"; $fa-var-recycle: "\f1b8"; $fa-var-reddit: "\f1a1"; $fa-var-reddit-square: "\f1a2"; diff --git a/src/_includes/brand-adblock-warning.html b/src/_includes/brand-adblock-warning.html index f0669d95b..eb6ee670f 100644 --- a/src/_includes/brand-adblock-warning.html +++ b/src/_includes/brand-adblock-warning.html @@ -1,5 +1,5 @@

Warning!

-Apparently, Adblock Plus automatically removes many Font Awesome brand icons with their "Remove Social -Media Buttons" feature. We will not use hacks to force them to display. Please -report an issue with Adblock if you believe this to be +Apparently, Adblock Plus can remove Font Awesome brand icons with their "Remove Social +Media Buttons" setting. We will not use hacks to force them to display. Please +report an issue with Adblock Plus if you believe this to be an error. To work around this, you'll need to modify the social icon class names. diff --git a/src/assets/font-awesome/fonts/FontAwesome.otf b/src/assets/font-awesome/fonts/FontAwesome.otf index 85779f961..7f08c61f8 100644 Binary files a/src/assets/font-awesome/fonts/FontAwesome.otf and b/src/assets/font-awesome/fonts/FontAwesome.otf differ diff --git a/src/icons.yml b/src/icons.yml index f24e1d2a1..e59bd4f07 100644 --- a/src/icons.yml +++ b/src/icons.yml @@ -3120,3 +3120,22 @@ icons: categories: - Web Application Icons - Spinner Icons + + + - name: Rebel Alliance + id: rebel + unicode: f1d0 + created: 4.1 + aliases: + - ra + categories: + - Brand Icons + + - name: Galactic Empire + id: empire + unicode: f1d1 + created: 4.1 + aliases: + - ge + categories: + - Brand Icons