You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/06/11 14:56:50 UTC

[34/39] couchdb commit: updated refs/heads/Update-Sidebar-Ui to 2cf2eab

fixed formatting on readme.md


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

Branch: refs/heads/Update-Sidebar-Ui
Commit: f667ff896ff4a5a03a472364f04a16e6e57be9b1
Parents: d7301a6
Author: sean barclay <fu...@hotmail.com>
Authored: Tue Jun 10 14:26:45 2014 -0700
Committer: sean barclay <fu...@hotmail.com>
Committed: Tue Jun 10 14:26:45 2014 -0700

----------------------------------------------------------------------
 src/fauxton/assets/fonts/README.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/f667ff89/src/fauxton/assets/fonts/README.md
----------------------------------------------------------------------
diff --git a/src/fauxton/assets/fonts/README.md b/src/fauxton/assets/fonts/README.md
index f9e5075..fdbc888 100644
--- a/src/fauxton/assets/fonts/README.md
+++ b/src/fauxton/assets/fonts/README.md
@@ -22,9 +22,13 @@ Don't forget to update `fontcustom.yml` with the correct paths where it says `PU
 From there, you can run the command `$ fontcustom compile` to compile the svgs located in the ./icons directory into updated fauxtonicon font files. 
 
 It's setup to generate the following 
-1. an `icons.less` file [LOCAL_COUCHDB_REPO]/src/fauxton/assets/less
-2. a `fauxtonicon-preview.html` preview [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts/styleguide
-3. font files `fauxtonicon.eot, fauxtonicon.svg, fauxtonicon.ttf, fauxtonicon.woff` in [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts/
+- an `icons.less` file [LOCAL_COUCHDB_REPO]/src/fauxton/assets/less
+- a `fauxtonicon-preview.html` preview [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts/styleguide
+- font files in [LOCAL_COUCHDB_REPO]/src/fauxton/assets/fonts/
+⋅⋅* `fauxtonicon.eot` 
+⋅⋅* `fauxtonicon.svg`
+⋅⋅* `fauxtonicon.ttf`
+⋅⋅* `fauxtonicon.woff` 
 
 
 For more info on Fontcustom, check out their documenation: [Fontcustom documentation](https://github.com/FontCustom/fontcustom)