Adding Contao #139

This commit is contained in:
Dave Gandy 2015-07-27 20:19:53 -07:00
parent d16b627c30
commit 79da09460b
10 changed files with 16 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#[Font Awesome v4.4.0](http://fontawesome.io)
###The iconic font and CSS framework
Font Awesome is a full suite of 566 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 567 pictographic icons for easy scalable vector graphics on websites,
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
Stay up to date with the latest release and announcements on Twitter:
[@fontawesome](http://twitter.com/fontawesome).

View file

@ -1969,3 +1969,6 @@
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -657,3 +657,4 @@
.@{fa-css-prefix}-internet-explorer:before { content: @fa-var-internet-explorer; }
.@{fa-css-prefix}-tv:before,
.@{fa-css-prefix}-television:before { content: @fa-var-television; }
.@{fa-css-prefix}-contao:before { content: @fa-var-contao; }

View file

@ -168,6 +168,7 @@
@fa-var-compass: "\f14e";
@fa-var-compress: "\f066";
@fa-var-connectdevelop: "\f20e";
@fa-var-contao: "\f26d";
@fa-var-copy: "\f0c5";
@fa-var-copyright: "\f1f9";
@fa-var-creative-commons: "\f25e";

View file

@ -657,3 +657,4 @@
.#{$fa-css-prefix}-internet-explorer:before { content: $fa-var-internet-explorer; }
.#{$fa-css-prefix}-tv:before,
.#{$fa-css-prefix}-television:before { content: $fa-var-television; }
.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; }

View file

@ -168,6 +168,7 @@ $fa-var-comments-o: "\f0e6";
$fa-var-compass: "\f14e";
$fa-var-compress: "\f066";
$fa-var-connectdevelop: "\f20e";
$fa-var-contao: "\f26d";
$fa-var-copy: "\f0c5";
$fa-var-copyright: "\f1f9";
$fa-var-creative-commons: "\f25e";

View file

@ -5477,3 +5477,10 @@ icons:
- tv
categories:
- Web Application Icons
- name: Contao
id: contao
unicode: f26d
created: 4.4
categories:
- Brand Icons