From a0f33c4f77fea06d6e1542cd8f83aa4997e35803 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 9 Nov 2020 21:42:02 +0100 Subject: fontcustom generate --- fontcustom.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 fontcustom.yml (limited to 'fontcustom.yml') diff --git a/fontcustom.yml b/fontcustom.yml new file mode 100644 index 00000000..67eb29c2 --- /dev/null +++ b/fontcustom.yml @@ -0,0 +1,33 @@ +font_name: tabler-icons +css_selector: .ti-{{glyph}} +no_hash: true + +force: true +debug: true + +copyright: Copyright (c) 2020 Pawel Kuna + + +input: + vectors: icons-outlined +# templates: my/templates + +output: + fonts: iconfont/fonts + css: iconfont + preview: iconfont + + +templates: +- scss +- css +- preview +#- my-custom-template.yml + + + +font_design_size: 16 +font_em: 512 +font_ascent: 448 +font_descent: 64 +autowidth: false -- cgit v1.2.1