-
Notifications
You must be signed in to change notification settings - Fork 86
/
fontdiao.yml
executable file
·46 lines (37 loc) · 1.53 KB
/
fontdiao.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
# ---------------------------------------------------------------------------- #
# Project Info
# Default values shown. Learn more about these options by running
# `fontcustom help` or visit <http://fontcustom.com>.
# ---------------------------------------------------------------------------- #
font_name: fontdiao
css_selector: .icon-{{glyph}}
#preprocessor_path: ""
no_hash: true
debug: false
#quiet: false
# ---------------------------------------------------------------------------- #
# Project Paths
# Relative paths are expanded from PROJECT_ROOT (default: working directory).
# INPUT and OUTPUT can be assigned as hashes instead of a strings.
# The OUPUT hash can route custom templates according to their filename.
# ---------------------------------------------------------------------------- #
project_root: ./
data_cache: /tmp/fontcustom
input:
vectors: svg
templates: templates
output:
fonts: fontdiao/font
css: fontdiao/css
# preview: ./
index.html: ./
NSString+FontDiao.h: fontdiao/ios/FontDiao
NSString+FontDiao.m: fontdiao/ios/FontDiao
# ---------------------------------------------------------------------------- #
# Templates
# Included in Font Custom:
# preview, css, scss, scss-rails, bootstrap, bootstrap-scss, bootstrap-ie7,
# bootstrap-ie7-scss
# Custom templates should be saved in the INPUT[:templates] directory.
# ---------------------------------------------------------------------------- #
templates: [ index.html, scss, scss-rails, css, NSString+FontDiao.h, NSString+FontDiao.m ]