2
0
Dave Gandy 9 жил өмнө
parent
commit
02bcf05d45

+ 1 - 1
README.md

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

+ 6 - 0
css/font-awesome.css

@@ -2129,6 +2129,12 @@
 .fa-deaf:before {
   content: "\f2a4";
 }
+.fa-glide:before {
+  content: "\f2a5";
+}
+.fa-glide-g:before {
+  content: "\f2a6";
+}
 .sr-only {
   position: absolute;
   width: 1px;

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 2 - 0
less/icons.less

@@ -713,3 +713,5 @@
 .@{fa-css-prefix}-deafness:before,
 .@{fa-css-prefix}-hard-of-hearing:before,
 .@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; }
+.@{fa-css-prefix}-glide:before { content: @fa-var-glide; }
+.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; }

+ 2 - 0
less/variables.less

@@ -312,6 +312,8 @@
 @fa-var-gitlab: "\f296";
 @fa-var-gittip: "\f184";
 @fa-var-glass: "\f000";
+@fa-var-glide: "\f2a5";
+@fa-var-glide-g: "\f2a6";
 @fa-var-globe: "\f0ac";
 @fa-var-google: "\f1a0";
 @fa-var-google-plus: "\f0d5";

+ 2 - 0
scss/_icons.scss

@@ -713,3 +713,5 @@
 .#{$fa-css-prefix}-deafness:before,
 .#{$fa-css-prefix}-hard-of-hearing:before,
 .#{$fa-css-prefix}-deaf:before { content: $fa-var-deaf; }
+.#{$fa-css-prefix}-glide:before { content: $fa-var-glide; }
+.#{$fa-css-prefix}-glide-g:before { content: $fa-var-glide-g; }

+ 2 - 0
scss/_variables.scss

@@ -312,6 +312,8 @@ $fa-var-github-square: "\f092";
 $fa-var-gitlab: "\f296";
 $fa-var-gittip: "\f184";
 $fa-var-glass: "\f000";
+$fa-var-glide: "\f2a5";
+$fa-var-glide-g: "\f2a6";
 $fa-var-globe: "\f0ac";
 $fa-var-google: "\f1a0";
 $fa-var-google-plus: "\f0d5";

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 16 - 0
src/icons.yml

@@ -5976,3 +5976,19 @@ icons:
     categories:
       - Web Application Icons
       - Accessibility Icons
+
+
+  - name:       Glide
+    id:         glide
+    unicode:    f2a5
+    created:    4.6
+    categories:
+      - Brand Icons
+
+
+  - name:       Glide G
+    id:         glide-g
+    unicode:    f2a6
+    created:    4.6
+    categories:
+      - Brand Icons

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно