Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5EFDF111B1 for ; Mon, 30 Jun 2014 08:23:19 +0000 (UTC) Received: (qmail 74521 invoked by uid 500); 30 Jun 2014 08:23:14 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 74468 invoked by uid 500); 30 Jun 2014 08:23:14 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 72790 invoked by uid 99); 30 Jun 2014 08:23:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2014 08:23:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9042591B224; Mon, 30 Jun 2014 08:23:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Date: Mon, 30 Jun 2014 08:23:39 -0000 Message-Id: <36356af752a24b24a04419f1c1b99721@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [28/50] Fauxton: Improve css and add fonts http://git-wip-us.apache.org/repos/asf/couchdb/blob/6dd99b69/src/fauxton/assets/fonts/fontawesome-webfont.woff ---------------------------------------------------------------------- diff --git a/src/fauxton/assets/fonts/fontawesome-webfont.woff b/src/fauxton/assets/fonts/fontawesome-webfont.woff new file mode 100755 index 0000000..b9bd17e Binary files /dev/null and b/src/fauxton/assets/fonts/fontawesome-webfont.woff differ http://git-wip-us.apache.org/repos/asf/couchdb/blob/6dd99b69/src/fauxton/assets/fonts/fontcustom.yml ---------------------------------------------------------------------- diff --git a/src/fauxton/assets/fonts/fontcustom.yml b/src/fauxton/assets/fonts/fontcustom.yml new file mode 100644 index 0000000..b92677b --- /dev/null +++ b/src/fauxton/assets/fonts/fontcustom.yml @@ -0,0 +1,51 @@ +# --------------------------------------------------------------------------- # +# Project Info +# Defaults shown. Learn more about these options by running +# `fontcustom help` or visiting . +# --------------------------------------------------------------------------- # + +font_name: fauxtonicon +css_selector: .fonticon-{{glyph}} +preprocessor_path: "../fonts/" +autowidth: false +no_hash: true +force: false +debug: true +quiet: false + + +# --------------------------------------------------------------------------- # +# Input Paths +# --------------------------------------------------------------------------- # + +input: + vectors: PUT_YOUR_PATH_HERE/fauxton/assets/icons # required + templates: PUT_YOUR_PATH_HERE/fauxton/assets/fonts/templates + + +# --------------------------------------------------------------------------- # +# Output Paths +# --------------------------------------------------------------------------- # + +output: + fonts: PUT_YOUR_PATH_HERE/fauxton/assets/fonts # required + # css: PUT_YOUR_PATH_HERE/fauxton/assets/less + preview: PUT_YOUR_PATH_HERE/fauxton/assets/fonts/styleguide + icons.less: PUT_YOUR_PATH_HERE/fauxton/assets/less + #my-custom-template.yml: path/to/template/output + + +# --------------------------------------------------------------------------- # +# Templates +# Included in Font Custom: preview, css, scss, scss-rails +# Custom templates should be saved in the INPUT[:templates] directory and +# referenced by their baserame. +# --------------------------------------------------------------------------- # + +templates: + # - css + - preview + - icons.less + +# FYI... KNOWN ISSUE: https://github.com/FontCustom/fontcustom/issues/172. +# TEMP SOLUTION W/ PATH FIX: https://github.com/skirchmeier/fontcustom/tree/master