-
Notifications
You must be signed in to change notification settings - Fork 4
/
fontcustom.yml
44 lines (35 loc) · 1.32 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
# --------------------------------------------------------------------------- #
# Project Info
# Defaults shown. Learn more about these options by running
# `fontcustom help` or visiting <http://fontcustom.com>.
# --------------------------------------------------------------------------- #
font_name: font-os
css_selector: .fo-{{glyph}}
preprocessor_path: ""
autowidth: false
no_hash: true
force: false
debug: true
quiet: false
# --------------------------------------------------------------------------- #
# Input Paths
# --------------------------------------------------------------------------- #
input:
vectors: vectors # required
templates: templates
# --------------------------------------------------------------------------- #
# Output Paths
# --------------------------------------------------------------------------- #
output:
fonts: assets/fonts # required
css: assets/css
# --------------------------------------------------------------------------- #
# 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:
- preview
- css/font-os.css
- icon_preview.html