Fixes broken icons in firefox

This fixes COUCHDB-2288


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/25e74fab
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/25e74fab
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/25e74fab

Branch: refs/heads/backbone.layout-upgrade
Commit: 25e74fab1b3fe0b125a06f481cf5a670bd4d87d4
Parents: 07945ec
Author: Garren Smith <garren.sm...@gmail.com>
Authored: Mon Aug 4 14:03:55 2014 +0200
Committer: Garren Smith <garren.sm...@gmail.com>
Committed: Mon Aug 4 16:03:09 2014 +0200

----------------------------------------------------------------------
 assets/fonts/README.md        |   4 ++--
 assets/fonts/fauxtonicon.eot  | Bin 16314 -> 17640 bytes
 assets/fonts/fauxtonicon.svg  |   8 ++++----
 assets/fonts/fauxtonicon.ttf  | Bin 16130 -> 17452 bytes
 assets/fonts/fauxtonicon.woff | Bin 5804 -> 10000 bytes
 assets/less/icons.less        |   2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/25e74fab/assets/fonts/README.md
----------------------------------------------------------------------
diff --git a/assets/fonts/README.md b/assets/fonts/README.md
index 27311ca..fade249 100644
--- a/assets/fonts/README.md
+++ b/assets/fonts/README.md
@@ -19,7 +19,7 @@ That should install the gem in a path like below:
 
 Don't forget to update `fontcustom.yml` with the correct paths where it says 
`PUT_YOUR_PATH_HERE`.
 
-From there, you can run the command `$ fontcustom compile` to compile the svgs 
located in the ./icons directory into updated fauxtonicon font files. 
+From there, you can run the command `$ bundle exec fontcustom compile` to 
compile the svgs located in the ./icons directory into updated fauxtonicon font 
files. 
 
 It's setup to generate the following 
 - an `icons.less` file [LOCAL_COUCHDB_REPO]/src/couchdb-fauxton/assets/less
@@ -36,4 +36,4 @@ For more info on Fontcustom, check out their documenation: 
[Fontcustom documenta
 For more info on Bundler, check out their documentation:  [Bundler 
documentation](http://bundler.io)
 
 
-[Licenses](https://github.com/FontCustom/fontcustom/blob/master/LICENSES.txt)
\ No newline at end of file
+[Licenses](https://github.com/FontCustom/fontcustom/blob/master/LICENSES.txt)

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/25e74fab/assets/fonts/fauxtonicon.eot
----------------------------------------------------------------------
diff --git a/assets/fonts/fauxtonicon.eot b/assets/fonts/fauxtonicon.eot
index 20af5ca..85d7c01 100644
Binary files a/assets/fonts/fauxtonicon.eot and b/assets/fonts/fauxtonicon.eot 
differ

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/25e74fab/assets/fonts/fauxtonicon.svg
----------------------------------------------------------------------
diff --git a/assets/fonts/fauxtonicon.svg b/assets/fonts/fauxtonicon.svg
index 7da516c..7b77755 100644
--- a/assets/fonts/fauxtonicon.svg
+++ b/assets/fonts/fauxtonicon.svg
@@ -1,13 +1,13 @@
 <?xml version="1.0" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"; >
 <!--
-2014-7-21: Created.
+2014-8-4: Created.
 -->
 <svg xmlns="http://www.w3.org/2000/svg";>
 <metadata>
-Created by FontForge 20120731 at Mon Jul 21 16:28:03 2014
- By Sean Barclay
-Created by Sean Barclay with FontForge 2.0 (http://fontforge.sf.net)
+Created by FontForge 20120731 at Mon Aug  4 13:55:25 2014
+ By Garren Smith
+Created by Garren Smith with FontForge 2.0 (http://fontforge.sf.net)
 </metadata>
 <defs>
 <font id="fauxtonicon" horiz-adv-x="512" >

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/25e74fab/assets/fonts/fauxtonicon.ttf
----------------------------------------------------------------------
diff --git a/assets/fonts/fauxtonicon.ttf b/assets/fonts/fauxtonicon.ttf
index b1b0085..3b59a2f 100644
Binary files a/assets/fonts/fauxtonicon.ttf and b/assets/fonts/fauxtonicon.ttf 
differ

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/25e74fab/assets/fonts/fauxtonicon.woff
----------------------------------------------------------------------
diff --git a/assets/fonts/fauxtonicon.woff b/assets/fonts/fauxtonicon.woff
index 471ce74..d228017 100644
Binary files a/assets/fonts/fauxtonicon.woff and 
b/assets/fonts/fauxtonicon.woff differ

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/25e74fab/assets/less/icons.less
----------------------------------------------------------------------
diff --git a/assets/less/icons.less b/assets/less/icons.less
index 28ff310..8b8559e 100644
--- a/assets/less/icons.less
+++ b/assets/less/icons.less
@@ -274,4 +274,4 @@ 
https://github.com/seanbarclay/fontcustom/blob/1c3ad3d2633d3a8add39e8827115394e9
 .fonticon-up-open:before { content: "\f16b"; }
 .fonticon-user:before { content: "\f16c"; }
 .fonticon-users:before { content: "\f16d"; }
-.fonticon-wrench:before { content: "\f16e"; }
+.fonticon-wrench:before { content: "\f16e"; }
\ No newline at end of file

Reply via email to