mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding reddit and reddit-square #372
This commit is contained in:
parent
0efe59b8ff
commit
e20a294e9b
6
css/font-awesome.css
vendored
6
css/font-awesome.css
vendored
@ -1358,3 +1358,9 @@
|
||||
.fa-google:before {
|
||||
content: "\f1a0";
|
||||
}
|
||||
.fa-reddit:before {
|
||||
content: "\f1a1";
|
||||
}
|
||||
.fa-reddit-square:before {
|
||||
content: "\f1a2";
|
||||
}
|
||||
|
6
css/font-awesome.min.css
vendored
6
css/font-awesome.min.css
vendored
@ -1358,3 +1358,9 @@
|
||||
.fa-google:before {
|
||||
content: "\f1a0";
|
||||
}
|
||||
.fa-reddit:before {
|
||||
content: "\f1a1";
|
||||
}
|
||||
.fa-reddit-square:before {
|
||||
content: "\f1a2";
|
||||
}
|
||||
|
Binary file not shown.
@ -421,3 +421,5 @@
|
||||
.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; }
|
||||
.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; }
|
||||
.@{fa-css-prefix}-google:before { content: @fa-var-google; }
|
||||
.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; }
|
||||
.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; }
|
||||
|
@ -273,6 +273,8 @@
|
||||
@fa-var-quote-left: "\f10d";
|
||||
@fa-var-quote-right: "\f10e";
|
||||
@fa-var-random: "\f074";
|
||||
@fa-var-reddit: "\f1a1";
|
||||
@fa-var-reddit-square: "\f1a2";
|
||||
@fa-var-refresh: "\f021";
|
||||
@fa-var-renren: "\f18b";
|
||||
@fa-var-repeat: "\f01e";
|
||||
|
@ -290,6 +290,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}-reddit:before { content: $fa-var-reddit; }
|
||||
.#{$fa-css-prefix}-reddit-square:before { content: $fa-var-reddit-square; }
|
||||
.#{$fa-css-prefix}-refresh:before { content: $fa-var-refresh; }
|
||||
.#{$fa-css-prefix}-renren:before { content: $fa-var-renren; }
|
||||
.#{$fa-css-prefix}-rotate-right:before,
|
||||
|
@ -273,6 +273,8 @@ $fa-var-question-circle: "\f059";
|
||||
$fa-var-quote-left: "\f10d";
|
||||
$fa-var-quote-right: "\f10e";
|
||||
$fa-var-random: "\f074";
|
||||
$fa-var-reddit: "\f1a1";
|
||||
$fa-var-reddit-square: "\f1a2";
|
||||
$fa-var-refresh: "\f021";
|
||||
$fa-var-renren: "\f18b";
|
||||
$fa-var-repeat: "\f01e";
|
||||
|
Binary file not shown.
@ -2779,3 +2779,17 @@ icons:
|
||||
created: 4.1
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: Reddit Logo
|
||||
id: reddit
|
||||
unicode: f1a1
|
||||
created: 4.1
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: Reddit Square
|
||||
id: reddit-square
|
||||
unicode: f1a2
|
||||
created: 4.1
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
Loading…
Reference in New Issue
Block a user