Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/12/2013, 07:28
Masacre1985
 
Fecha de Ingreso: septiembre-2009
Ubicación: Alicante
Mensajes: 15
Antigüedad: 14 años, 7 meses
Puntos: 0
Pregunta Respuesta: Instalación - Font Custom - No compila

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/"