mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
Adding modx #3455.
This commit is contained in:
parent
02e6285f46
commit
70ce6407dc
@ -1,7 +1,7 @@
|
|||||||
#[Font Awesome v4.4.1](http://fontawesome.io)
|
#[Font Awesome v4.4.1](http://fontawesome.io)
|
||||||
###The iconic font and CSS framework
|
###The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 589 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 590 pictographic icons for easy scalable vector graphics on websites,
|
||||||
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
||||||
Stay up to date with the latest release and announcements on Twitter:
|
Stay up to date with the latest release and announcements on Twitter:
|
||||||
[@fontawesome](http://twitter.com/fontawesome).
|
[@fontawesome](http://twitter.com/fontawesome).
|
||||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -2035,3 +2035,6 @@
|
|||||||
.fa-codiepie:before {
|
.fa-codiepie:before {
|
||||||
content: "\f284";
|
content: "\f284";
|
||||||
}
|
}
|
||||||
|
.fa-modx:before {
|
||||||
|
content: "\f285";
|
||||||
|
}
|
||||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -679,3 +679,4 @@
|
|||||||
.@{fa-css-prefix}-edge:before { content: @fa-var-edge; }
|
.@{fa-css-prefix}-edge:before { content: @fa-var-edge; }
|
||||||
.@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; }
|
.@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; }
|
||||||
.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; }
|
.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; }
|
||||||
|
.@{fa-css-prefix}-modx:before { content: @fa-var-modx; }
|
||||||
|
@ -423,6 +423,7 @@
|
|||||||
@fa-var-minus-square-o: "\f147";
|
@fa-var-minus-square-o: "\f147";
|
||||||
@fa-var-mobile: "\f10b";
|
@fa-var-mobile: "\f10b";
|
||||||
@fa-var-mobile-phone: "\f10b";
|
@fa-var-mobile-phone: "\f10b";
|
||||||
|
@fa-var-modx: "\f285";
|
||||||
@fa-var-money: "\f0d6";
|
@fa-var-money: "\f0d6";
|
||||||
@fa-var-moon-o: "\f186";
|
@fa-var-moon-o: "\f186";
|
||||||
@fa-var-mortar-board: "\f19d";
|
@fa-var-mortar-board: "\f19d";
|
||||||
|
@ -679,3 +679,4 @@
|
|||||||
.#{$fa-css-prefix}-edge:before { content: $fa-var-edge; }
|
.#{$fa-css-prefix}-edge:before { content: $fa-var-edge; }
|
||||||
.#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; }
|
.#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; }
|
||||||
.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; }
|
.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; }
|
||||||
|
.#{$fa-css-prefix}-modx:before { content: $fa-var-modx; }
|
||||||
|
@ -423,6 +423,7 @@ $fa-var-minus-square: "\f146";
|
|||||||
$fa-var-minus-square-o: "\f147";
|
$fa-var-minus-square-o: "\f147";
|
||||||
$fa-var-mobile: "\f10b";
|
$fa-var-mobile: "\f10b";
|
||||||
$fa-var-mobile-phone: "\f10b";
|
$fa-var-mobile-phone: "\f10b";
|
||||||
|
$fa-var-modx: "\f285";
|
||||||
$fa-var-money: "\f0d6";
|
$fa-var-money: "\f0d6";
|
||||||
$fa-var-moon-o: "\f186";
|
$fa-var-moon-o: "\f186";
|
||||||
$fa-var-mortar-board: "\f19d";
|
$fa-var-mortar-board: "\f19d";
|
||||||
|
Binary file not shown.
@ -5694,3 +5694,10 @@ icons:
|
|||||||
url: codiepie.com
|
url: codiepie.com
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: MODX
|
||||||
|
id: modx
|
||||||
|
unicode: f285
|
||||||
|
created: 4.4
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user