Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2020-12-09 22:27:19 +0300
committerGitHub <noreply@github.com>2020-12-09 22:27:19 +0300
commit03d6dae9c748d421526a35dc970b2d68310e4013 (patch)
tree8d470be1672ed8ada2db7e3e7ee6f64869018f85 /config.yml
parent83ababc39a7e5ec83d176bc08d92bc10ff800e6b (diff)
Use fantasticon to generate web fonts (#515)
* Generate webfonts via fantasticon - Includes new docs section and fonts page - Generates CSS and JSON in addition to 4x font types - Adds new script and hooks into existing icons and zip scripts * casing * Update to drop ttf and eot for woff and woff2 only for now * remove eot and ttf there too * simplify stylelint
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.yml b/config.yml
index 85b0872fc..3987755be 100644
--- a/config.yml
+++ b/config.yml
@@ -35,6 +35,8 @@ module:
target: static/bootstrap-icons.svg
- source: icons
target: static/icons
+ - source: font
+ target: static/font
params:
description: "Official open source SVG icon library for Bootstrap"