mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding digg brand icon #372
This commit is contained in:
parent
5a2b4501c3
commit
1904006b89
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -1373,3 +1373,6 @@
|
||||
.fa-delicious:before {
|
||||
content: "\f1a5";
|
||||
}
|
||||
.fa-digg:before {
|
||||
content: "\f1a6";
|
||||
}
|
||||
|
3
css/font-awesome.min.css
vendored
3
css/font-awesome.min.css
vendored
@ -1373,3 +1373,6 @@
|
||||
.fa-delicious:before {
|
||||
content: "\f1a5";
|
||||
}
|
||||
.fa-digg:before {
|
||||
content: "\f1a6";
|
||||
}
|
||||
|
Binary file not shown.
@ -426,3 +426,4 @@
|
||||
.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; }
|
||||
.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; }
|
||||
.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; }
|
||||
.@{fa-css-prefix}-digg:before { content: @fa-var-digg; }
|
||||
|
@ -119,6 +119,7 @@
|
||||
@fa-var-cutlery: "\f0f5";
|
||||
@fa-var-delicious: "\f1a5";
|
||||
@fa-var-desktop: "\f108";
|
||||
@fa-var-digg: "\f1a6";
|
||||
@fa-var-dot-circle-o: "\f192";
|
||||
@fa-var-download: "\f019";
|
||||
@fa-var-dribbble: "\f17d";
|
||||
|
@ -121,6 +121,7 @@
|
||||
.#{$fa-css-prefix}-cutlery:before { content: $fa-var-cutlery; }
|
||||
.#{$fa-css-prefix}-delicious:before { content: $fa-var-delicious; }
|
||||
.#{$fa-css-prefix}-desktop:before { content: $fa-var-desktop; }
|
||||
.#{$fa-css-prefix}-digg:before { content: $fa-var-digg; }
|
||||
.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; }
|
||||
.#{$fa-css-prefix}-download:before { content: $fa-var-download; }
|
||||
.#{$fa-css-prefix}-dribbble:before { content: $fa-var-dribbble; }
|
||||
|
@ -119,6 +119,7 @@ $fa-var-css3: "\f13c";
|
||||
$fa-var-cutlery: "\f0f5";
|
||||
$fa-var-delicious: "\f1a5";
|
||||
$fa-var-desktop: "\f108";
|
||||
$fa-var-digg: "\f1a6";
|
||||
$fa-var-dot-circle-o: "\f192";
|
||||
$fa-var-download: "\f019";
|
||||
$fa-var-dribbble: "\f17d";
|
||||
|
Binary file not shown.
@ -2780,14 +2780,14 @@ icons:
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: Reddit Logo
|
||||
- name: reddit Logo
|
||||
id: reddit
|
||||
unicode: f1a1
|
||||
created: 4.1
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: Reddit Square
|
||||
- name: reddit Square
|
||||
id: reddit-square
|
||||
unicode: f1a2
|
||||
created: 4.1
|
||||
@ -2814,3 +2814,10 @@ icons:
|
||||
created: 4.1
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: Digg Logo
|
||||
id: digg
|
||||
unicode: f1a6
|
||||
created: 4.1
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
Loading…
Reference in New Issue
Block a user