瀏覽代碼

Adding assistive-listening-systems #5409

Dave Gandy 9 年之前
父節點
當前提交
2f88f2e4dd
共有 11 個文件被更改,包括 17 次插入2 次删除
  1. 1 1
      README.md
  2. 3 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. 二進制
      fonts/FontAwesome.otf
  5. 1 0
      less/icons.less
  6. 1 0
      less/variables.less
  7. 1 0
      scss/_icons.scss
  8. 1 0
      scss/_variables.scss
  9. 1 1
      src/accessibility.html
  10. 二進制
      src/assets/font-awesome/fonts/FontAwesome.otf
  11. 8 0
      src/icons.yml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # [Font Awesome v4.6.0](http://fontawesome.io)
 # [Font Awesome v4.6.0](http://fontawesome.io)
 ### The iconic font and CSS framework
 ### The iconic font and CSS framework
 
 
-Font Awesome is a full suite of 616 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 617 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](https://twitter.com/davegandy).
 created and maintained by [Dave Gandy](https://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 - 0
css/font-awesome.css

@@ -2117,6 +2117,9 @@
 .fa-braille:before {
 .fa-braille:before {
   content: "\f2a1";
   content: "\f2a1";
 }
 }
+.fa-assistive-listening-systems:before {
+  content: "\f2a2";
+}
 .sr-only {
 .sr-only {
   position: absolute;
   position: absolute;
   width: 1px;
   width: 1px;

文件差異過大導致無法顯示
+ 0 - 0
css/font-awesome.min.css


二進制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -707,3 +707,4 @@
 .@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
 .@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
 .@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; }
 .@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; }
 .@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
 .@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
+.@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; }

+ 1 - 0
less/variables.less

@@ -50,6 +50,7 @@
 @fa-var-arrows-alt: "\f0b2";
 @fa-var-arrows-alt: "\f0b2";
 @fa-var-arrows-h: "\f07e";
 @fa-var-arrows-h: "\f07e";
 @fa-var-arrows-v: "\f07d";
 @fa-var-arrows-v: "\f07d";
+@fa-var-assistive-listening-systems: "\f2a2";
 @fa-var-asterisk: "\f069";
 @fa-var-asterisk: "\f069";
 @fa-var-at: "\f1fa";
 @fa-var-at: "\f1fa";
 @fa-var-audio-description: "\f29e";
 @fa-var-audio-description: "\f29e";

+ 1 - 0
scss/_icons.scss

@@ -707,3 +707,4 @@
 .#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; }
 .#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; }
 .#{$fa-css-prefix}-volume-control-phone:before { content: $fa-var-volume-control-phone; }
 .#{$fa-css-prefix}-volume-control-phone:before { content: $fa-var-volume-control-phone; }
 .#{$fa-css-prefix}-braille:before { content: $fa-var-braille; }
 .#{$fa-css-prefix}-braille:before { content: $fa-var-braille; }
+.#{$fa-css-prefix}-assistive-listening-systems:before { content: $fa-var-assistive-listening-systems; }

+ 1 - 0
scss/_variables.scss

@@ -50,6 +50,7 @@ $fa-var-arrows: "\f047";
 $fa-var-arrows-alt: "\f0b2";
 $fa-var-arrows-alt: "\f0b2";
 $fa-var-arrows-h: "\f07e";
 $fa-var-arrows-h: "\f07e";
 $fa-var-arrows-v: "\f07d";
 $fa-var-arrows-v: "\f07d";
+$fa-var-assistive-listening-systems: "\f2a2";
 $fa-var-asterisk: "\f069";
 $fa-var-asterisk: "\f069";
 $fa-var-at: "\f1fa";
 $fa-var-at: "\f1fa";
 $fa-var-audio-description: "\f29e";
 $fa-var-audio-description: "\f29e";

+ 1 - 1
src/accessibility.html

@@ -4,7 +4,7 @@ title: Font Awesome & Accessibility
 navbar_active: accessibility
 navbar_active: accessibility
 relative_path: ../
 relative_path: ../
 ---
 ---
-{% capture jumbotron_h1 %}<i class="fa fa-universal-access" aria-hidden="true"></i>&nbsp;Accessibility{% endcapture %}
+{% capture jumbotron_h1 %}<i class="fa fa-universal-access" aria-hidden="true"></i>&nbsp; Accessibility{% endcapture %}
 {% capture jumbotron_p %}Make your icons awesome for all of your users{% endcapture %}
 {% capture jumbotron_p %}Make your icons awesome for all of your users{% endcapture %}
 
 
 {% include jumbotron.html %}
 {% include jumbotron.html %}

二進制
src/assets/font-awesome/fonts/FontAwesome.otf


+ 8 - 0
src/icons.yml

@@ -5947,3 +5947,11 @@ icons:
     categories:
     categories:
       - Web Application Icons
       - Web Application Icons
       - Accessibility Icons
       - Accessibility Icons
+
+  - name:       Assistive Listening Systems
+    id:         assistive-listening-systems
+    unicode:    f2a2
+    created:    4.6
+    categories:
+      - Web Application Icons
+      - Accessibility Icons

部分文件因文件數量過多而無法顯示