-
Notifications
You must be signed in to change notification settings - Fork 0
/
fontcustom.yml
47 lines (37 loc) · 1.43 KB
/
fontcustom.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# --------------------------------------------------------------------------- #
# Project Info
# Defaults shown. Learn more about these options by running
# `fontcustom help` or visiting <http://fontcustom.com>.
# --------------------------------------------------------------------------- #
font_name: bio-icons
css_selector: .bio-{{glyph}}
preprocessor_path: ""
autowidth: true
no_hash: true
force: false
debug: true
quiet: false
# --------------------------------------------------------------------------- #
# Input Paths
# --------------------------------------------------------------------------- #
input:
vectors: svg-icons # required
# templates: app/assets/fonts/fontcustom/templates
# --------------------------------------------------------------------------- #
# Output Paths
# --------------------------------------------------------------------------- #
output:
fonts: font-icons/fonts # required
css: font-icons/css
preview: font-icons/demo
#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
#- my-custom-template.yml