2
0
Эх сурвалжийг харах

Removing translate() in core CSS. Going to impact Firefox rendering... #6023 also adding houzz #2039

Dave Gandy 10 жил өмнө
parent
commit
3923879c41

+ 1 - 1
README.md

@@ -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 581 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 582 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).

+ 3 - 1
css/font-awesome.css

@@ -18,7 +18,6 @@
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  transform: translate(0, 0);
 }
 /* makes the font 33% larger relative to the icon container */
 .fa-lg {
@@ -2013,3 +2012,6 @@
 .fa-commenting-o:before {
   content: "\f27b";
 }
+.fa-houzz:before {
+  content: "\f27c";
+}

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


BIN
fonts/FontAwesome.otf


+ 0 - 1
less/core.less

@@ -8,6 +8,5 @@
   text-rendering: auto; // optimizelegibility throws things off #1094
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  transform: translate(0, 0); // ensures no half-pixel rendering in firefox
 
 }

+ 1 - 0
less/icons.less

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

+ 0 - 1
less/mixins.less

@@ -8,7 +8,6 @@
   text-rendering: auto; // optimizelegibility throws things off #1094
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  transform: translate(0, 0); // ensures no half-pixel rendering in firefox
 
 }
 

+ 1 - 0
less/variables.less

@@ -335,6 +335,7 @@
 @fa-var-hourglass-half: "\f252";
 @fa-var-hourglass-o: "\f250";
 @fa-var-hourglass-start: "\f251";
+@fa-var-houzz: "\f27c";
 @fa-var-html5: "\f13b";
 @fa-var-i-cursor: "\f246";
 @fa-var-ils: "\f20b";

+ 0 - 1
scss/_core.scss

@@ -8,6 +8,5 @@
   text-rendering: auto; // optimizelegibility throws things off #1094
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  transform: translate(0, 0); // ensures no half-pixel rendering in firefox
 
 }

+ 1 - 0
scss/_icons.scss

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

+ 0 - 1
scss/_mixins.scss

@@ -8,7 +8,6 @@
   text-rendering: auto; // optimizelegibility throws things off #1094
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  transform: translate(0, 0); // ensures no half-pixel rendering in firefox
 
 }
 

+ 1 - 0
scss/_variables.scss

@@ -335,6 +335,7 @@ $fa-var-hourglass-end: "\f253";
 $fa-var-hourglass-half: "\f252";
 $fa-var-hourglass-o: "\f250";
 $fa-var-hourglass-start: "\f251";
+$fa-var-houzz: "\f27c";
 $fa-var-html5: "\f13b";
 $fa-var-i-cursor: "\f246";
 $fa-var-ils: "\f20b";

+ 0 - 1
src/_includes/code/core.less

@@ -4,4 +4,3 @@
   text-rendering: auto; // optimizelegibility throws things off #1094
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  transform: translate(0, 0); // ensures no half-pixel rendering in firefox

+ 0 - 1
src/_includes/code/core.scss

@@ -4,4 +4,3 @@
   text-rendering: auto; // optimizelegibility throws things off #1094
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  transform: translate(0, 0); // ensures no half-pixel rendering in firefox

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


+ 7 - 0
src/icons.yml

@@ -5580,3 +5580,10 @@ icons:
     created:    4.4
     categories:
       - Web Application Icons
+
+  - name:       Houzz
+    id:         houzz
+    unicode:    f27c
+    created:    4.4
+    categories:
+      - Brand Icons

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