Fixing vimeo-square #6345, adding vimeo #2197

This commit is contained in:
Dave Gandy 2015-07-28 07:33:48 -07:00
parent 3923879c41
commit a8cc9a4e71
10 changed files with 16 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#[Font Awesome v4.4.0](http://fontawesome.io) #[Font Awesome v4.4.0](http://fontawesome.io)
###The iconic font and CSS framework ###The iconic font and CSS framework
Font Awesome is a full suite of 582 pictographic icons for easy scalable vector graphics on websites, Font Awesome is a full suite of 583 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).

View file

@ -2015,3 +2015,6 @@
.fa-houzz:before { .fa-houzz:before {
content: "\f27c"; content: "\f27c";
} }
.fa-vimeo:before {
content: "\f27d";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -672,3 +672,4 @@
.@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; } .@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; }
.@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; } .@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; }
.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; } .@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; }
.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; }

View file

@ -652,6 +652,7 @@
@fa-var-venus-mars: "\f228"; @fa-var-venus-mars: "\f228";
@fa-var-viacoin: "\f237"; @fa-var-viacoin: "\f237";
@fa-var-video-camera: "\f03d"; @fa-var-video-camera: "\f03d";
@fa-var-vimeo: "\f27d";
@fa-var-vimeo-square: "\f194"; @fa-var-vimeo-square: "\f194";
@fa-var-vine: "\f1ca"; @fa-var-vine: "\f1ca";
@fa-var-vk: "\f189"; @fa-var-vk: "\f189";

View file

@ -672,3 +672,4 @@
.#{$fa-css-prefix}-commenting:before { content: $fa-var-commenting; } .#{$fa-css-prefix}-commenting:before { content: $fa-var-commenting; }
.#{$fa-css-prefix}-commenting-o:before { content: $fa-var-commenting-o; } .#{$fa-css-prefix}-commenting-o:before { content: $fa-var-commenting-o; }
.#{$fa-css-prefix}-houzz:before { content: $fa-var-houzz; } .#{$fa-css-prefix}-houzz:before { content: $fa-var-houzz; }
.#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; }

View file

@ -652,6 +652,7 @@ $fa-var-venus-double: "\f226";
$fa-var-venus-mars: "\f228"; $fa-var-venus-mars: "\f228";
$fa-var-viacoin: "\f237"; $fa-var-viacoin: "\f237";
$fa-var-video-camera: "\f03d"; $fa-var-video-camera: "\f03d";
$fa-var-vimeo: "\f27d";
$fa-var-vimeo-square: "\f194"; $fa-var-vimeo-square: "\f194";
$fa-var-vine: "\f1ca"; $fa-var-vine: "\f1ca";
$fa-var-vk: "\f189"; $fa-var-vk: "\f189";

View file

@ -5587,3 +5587,10 @@ icons:
created: 4.4 created: 4.4
categories: categories:
- Brand Icons - Brand Icons
- name: Vimeo
id: vimeo
unicode: f27d
created: 4.4
categories:
- Brand Icons