adding tty icon #4042

This commit is contained in:
Dave Gandy 2014-08-22 09:40:16 -04:00
parent 5d0d861b1f
commit 607dcbc62a
12 changed files with 29 additions and 16 deletions

View File

@ -1,7 +1,7 @@
#[Font Awesome v4.2.0](http://fontawesome.io) #[Font Awesome v4.2.0](http://fontawesome.io)
###The iconic font and CSS framework ###The iconic font and CSS framework
Font Awesome is a full suite of 440 pictographic icons for easy scalable vector graphics on websites, Font Awesome is a full suite of 441 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 [@fontawesome](http://twitter.com/fontawesome). Stay up to date [@fontawesome](http://twitter.com/fontawesome).

View File

@ -6,8 +6,7 @@
* -------------------------- */ * -------------------------- */
@font-face { @font-face {
font-family: 'FontAwesome'; font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.2.0'); src: url('../fonts/FontAwesome.otf') format('opentype');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -1582,3 +1581,6 @@
.fa-futbol-o:before { .fa-futbol-o:before {
content: "\f1e3"; content: "\f1e3";
} }
.fa-tty:before {
content: "\f1e4";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -508,3 +508,4 @@
.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; } .@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; }
.@{fa-css-prefix}-soccer-ball-o:before, .@{fa-css-prefix}-soccer-ball-o:before,
.@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; } .@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; }
.@{fa-css-prefix}-tty:before { content: @fa-var-tty; }

View File

@ -3,12 +3,12 @@
@font-face { @font-face {
font-family: 'FontAwesome'; font-family: 'FontAwesome';
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); // src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), // src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), // url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), // url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); // url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
// src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }

View File

@ -475,6 +475,7 @@
@fa-var-trophy: "\f091"; @fa-var-trophy: "\f091";
@fa-var-truck: "\f0d1"; @fa-var-truck: "\f0d1";
@fa-var-try: "\f195"; @fa-var-try: "\f195";
@fa-var-tty: "\f1e4";
@fa-var-tumblr: "\f173"; @fa-var-tumblr: "\f173";
@fa-var-tumblr-square: "\f174"; @fa-var-tumblr-square: "\f174";
@fa-var-turkish-lira: "\f195"; @fa-var-turkish-lira: "\f195";

View File

@ -508,3 +508,4 @@
.#{$fa-css-prefix}-bomb:before { content: $fa-var-bomb; } .#{$fa-css-prefix}-bomb:before { content: $fa-var-bomb; }
.#{$fa-css-prefix}-soccer-ball-o:before, .#{$fa-css-prefix}-soccer-ball-o:before,
.#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; } .#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; }
.#{$fa-css-prefix}-tty:before { content: $fa-var-tty; }

View File

@ -475,6 +475,7 @@ $fa-var-trello: "\f181";
$fa-var-trophy: "\f091"; $fa-var-trophy: "\f091";
$fa-var-truck: "\f0d1"; $fa-var-truck: "\f0d1";
$fa-var-try: "\f195"; $fa-var-try: "\f195";
$fa-var-tty: "\f1e4";
$fa-var-tumblr: "\f173"; $fa-var-tumblr: "\f173";
$fa-var-tumblr-square: "\f174"; $fa-var-tumblr-square: "\f174";
$fa-var-turkish-lira: "\f195"; $fa-var-turkish-lira: "\f195";

View File

@ -3,12 +3,12 @@
@font-face { @font-face {
font-family: 'FontAwesome'; font-family: 'FontAwesome';
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); // src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), // src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), // url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), // url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); // url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
// src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }

View File

@ -3277,3 +3277,10 @@ icons:
- soccer-ball-o - soccer-ball-o
categories: categories:
- Web Application Icons - Web Application Icons
- name: TTY
id: tty
unicode: f1e4
created: 4.2
categories:
- Web Application Icons