You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
3.0 KiB

  1. # ===========================================================================
  2. # Font Custom Configuration
  3. # This file should live in the directory where you run `fontcustom compile`.
  4. # For more info, visit <https://github.com/FontCustom/fontcustom>.
  5. # ===========================================================================
  6. # ---------------------------------------------------------------------------
  7. # Project Info
  8. # ---------------------------------------------------------------------------
  9. # The font's name. Also determines the file names of generated templates.
  10. font_name: zocial
  11. # Format of CSS selectors. {{glyph}} is substituted for the glyph name.
  12. css_selector: .zocial.{{glyph}}
  13. # Generate fonts without asset-busting hashes.
  14. no_hash: true
  15. # Encode WOFF fonts into the generated CSS.
  16. #base64: true
  17. # Forces compilation, even if inputs have not changed
  18. #force: true
  19. # Display (possibly useful) debugging messages.
  20. #debug: true
  21. # Hide status messages.
  22. #quiet: true
  23. # -----------------------------------------------------------------------------
  24. # Input / Output Locations
  25. # You can save generated fonts, CSS, and other files to different locations
  26. # here. Font Custom can also read input vectors and templates from different
  27. # places.
  28. #
  29. # NOTE:
  30. # - Be sure to preserve the whitespace in these YAML hashes.
  31. # - INPUT[:vectors] and OUTPUT[:fonts] are required. Everything else is
  32. # optional.
  33. # - Specify output locations for custom templates by including their file
  34. # names as the key.
  35. # -----------------------------------------------------------------------------
  36. input:
  37. vectors: ./src
  38. templates: ./templates
  39. output:
  40. fonts: ./css
  41. css: ./css
  42. # preview: app/views/styleguide
  43. # my-custom-template.yml: path/to/template/output
  44. # -----------------------------------------------------------------------------
  45. # Templates
  46. # A YAML array of templates and files to generate alongside fonts. Custom
  47. # templates should be saved in the INPUT[:templates] directory and referenced
  48. # by their base file name.
  49. #
  50. # For Rails and Compass templates, set `preprocessor_path` as the relative
  51. # path from OUTPUT[:css] to OUTPUT[:fonts]. By default, these are the same
  52. # directory.
  53. #
  54. # Included in Font Custom: preview, css, scss, scss-rails
  55. # Default: css, preview
  56. # -----------------------------------------------------------------------------
  57. templates:
  58. - zocial.css
  59. #- scss-rails
  60. #- preview
  61. #- my-custom-template.yml
  62. preprocessor_path: ""
  63. # -----------------------------------------------------------------------------
  64. # Font Settings (defaults shown)
  65. # -----------------------------------------------------------------------------
  66. # Size (in pica points) for which your font is designed.
  67. #font_design_size: 16
  68. # The em size. Setting this will scale the entire font to the given size.
  69. #font_em: 512
  70. # The font's ascent and descent. Used to calculate the baseline.
  71. #font_ascent: 448
  72. #font_descent: 64
  73. # Horizontally fit glyphs to their individual vector widths.
  74. #autowidth: false