forked from CiderSqueezy/bt-desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfontcustom.yml
executable file
·44 lines (34 loc) · 1.33 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: fontcustom
css_selector: .icon-{{glyph}}
preprocessor_path: ""
autowidth: true
no_hash: false
force: false
debug: false
quiet: false
# --------------------------------------------------------------------------- #
# Input Paths
# --------------------------------------------------------------------------- #
input:
vectors: src/styles/icons/ # required
templates: src/styles/icons/fontcustom/templates
# --------------------------------------------------------------------------- #
# Output Paths
# --------------------------------------------------------------------------- #
output:
fonts: assets/fonts # required
css: src/styles/
# --------------------------------------------------------------------------- #
# 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:
- scss
- preview