Sha256: 0db5610e2b623a64a7b8e90c04caaaf7384eb86ed11e41c1b123a89b60feb22b

Contents?: true

Size: 1.9 KB

Versions: 3

Compression:

Stored size: 1.9 KB

Contents

##
# FONTCUSTOM CONFIG
#
# This file will automatically be loaded if located inside your vector dir.
# Otherwise, pass it to `compile` or `watch` with:
#
#   --config=path/to/config.yml
#   -c path/to/containing/dir/
##

# ---------------------------------------------------------------------------- #
# Output Directory
# absolute path OR relative path from `pwd`
#
# default: INPUT/fontcustom

#output: path/to/output

# ---------------------------------------------------------------------------- #
# Templates
# array of templates to generate alongside fonts
# accepts shortcuts or paths (absolute, relative to INPUT, or relative to `pwd`)
#
# shortcuts: 
#   preview
#   css, scss
#   bootstrap, bootstrap-scss
#   bootstrap-ie7, bootstrap-ie7-scss
#
# default: [ css, preview ]

#templates: [ scss, preview, path/from/INPUT ]

# ---------------------------------------------------------------------------- #
# Font Name
# automatically normalized to lower-spinal-case
#
# default: fontcustom

#font_name: my-font
  
# ---------------------------------------------------------------------------- #
# Font Hash
# option to attach a cache-breaking fingerprint to each font file
#
# default: true

#file_hash: false

# ---------------------------------------------------------------------------- #
# CSS Class Prefix
#
# default: icon-

  #css_prefix: glyph-

# ---------------------------------------------------------------------------- #
# @Font-face Path
# font path used in @font-face declarations
# only affects SCSS shortcut templates and custom templates
#
# default: none

#font_face_path: assets/fonts/fontcustom

# ---------------------------------------------------------------------------- #
# Debug
# show raw output from Font Forge
#
# default: false

#debug: true

# ---------------------------------------------------------------------------- #
# Verbose
# print out all file operations
#
# default: true

#verbose: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fontcustom-1.0.1 lib/fontcustom/templates/fontcustom.yml
fontcustom-1.0.0 lib/fontcustom/templates/fontcustom.yml
fontcustom-1.0.0.pre2 lib/fontcustom/templates/fontcustom.yml