-
Notifications
You must be signed in to change notification settings - Fork 17
/
fontcustom.yml
48 lines (37 loc) · 1.38 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: icons
font_design_size: 16
font_em: 512
font_ascent: 448
font_descent: 64
css_selector: .icon-{{glyph}}
preprocessor_path: ""
autowidth: false
no_hash: false
force: false
debug: false
quiet: false
# --------------------------------------------------------------------------- #
# Input Paths
# --------------------------------------------------------------------------- #
input:
vectors: source/icons # required
templates: source/icons
# --------------------------------------------------------------------------- #
# Output Paths
# --------------------------------------------------------------------------- #
output:
fonts: source/fonts # required
_icons.sass: source/stylesheets/base
# --------------------------------------------------------------------------- #
# 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:
- _icons.sass