-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfontcustom.yml
More file actions
61 lines (42 loc) · 1.65 KB
/
fontcustom.yml
File metadata and controls
61 lines (42 loc) · 1.65 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# =============================================================================
# Font Custom Configuration
# This file should live in the directory where you run `fontcustom compile`.
# For more info, visit <https://github.com/FontCustom/fontcustom>.
# =============================================================================
# -----------------------------------------------------------------------------
# Project Info
# -----------------------------------------------------------------------------
# The font's name. Also determines the file names of generated templates.
font_name: fontcustom
# Format of CSS selectors. {{glyph}} is substituted for the glyph name.
css_selector: .fc-{{glyph}}
# Generate fonts without asset-busting hashes.
no_hash: true
# Encode WOFF fonts into the generated CSS.
#base64: true
# Forces compilation, even if inputs have not changed
#force: true
# Display (possibly useful) debugging messages.
#debug: true
# Hide status messages.
#quiet: true
input:
vectors: fontcustom
output:
fonts: public/assets/fonts
css: src/styles/vendors
templates:
- scss
preprocessor_path: /assets/fonts/
# -----------------------------------------------------------------------------
# Font Settings (defaults shown)
# -----------------------------------------------------------------------------
# Size (in pica points) for which your font is designed.
#font_design_size: 16
# The em size. Setting this will scale the entire font to the given size.
#font_em: 512
# The font's ascent and descent. Used to calculate the baseline.
#font_ascent: 448
#font_descent: 64
# Horizontally fit glyphs to their individual vector widths.
#autowidth: false