He encontrado esto con respecto al fichero fontcustom.yml, pero no entiendo los parámetros, he intentado alguna cosilla pero nada:
Código:
# General Options (defaults shown)
font_name: fontcustom # Names the font and sets the name and directory
# of generated files
project_root: (pwd) # Context for all relative paths
input: (project_root) # Where vectors and templates are located
output: (project_root)/(font name) # Where generated files will be saved
config: (pwd)/fontcustom.yml # Optional path to a configuration file
templates: [ css, preview ] # Templates to generate alongside fonts
# Possible values: preview, css, scss,
# scss-rails, bootstrap, bootstrap-scss,
# bootstrap-ie7, bootstrap-ie7-scss
css_prefix: icon- # CSS class prefix
no_hash: false # Don't add asset-busting hashes
preprocessor_path: "" # Font path used in CSS proprocessor templates
autowidth: false # Automatically size glyphs based on the width of
# their individual vectors
debug: false # Output raw messages from fontforge
quiet: false # Silence all output messages
# For more control over file locations,
# set input and output as Yaml hashes
input:
vectors: path/to/vectors # required
templates: path/to/templates
output:
fonts: app/assets/fonts # required
css: app/assets/stylesheets
preview: app/views/styleguide
custom-template.yml: custom/path
Mis iconos .svg los tengo alojados en
"home/aa/Downloads/icons/"