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:
authorXhmikosR <xhmikosr@gmail.com>2020-12-24 09:43:40 +0300
committerMark Otto <otto@github.com>2021-01-20 04:25:15 +0300
commitff6f5fa96ac64ceb5ecdfbe345ada51e88075b7c (patch)
treea3dc1f05ad2c039ea28ed278f4238af84fc9c88e /.fantasticonrc.js
parentee31579a507e94abc99cab9fd6009a16d32f9959 (diff)
fonts: generate woff2 first
Otherwise woff is loaded even on woff2 supported browsers
Diffstat (limited to '.fantasticonrc.js')
-rw-r--r--.fantasticonrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.fantasticonrc.js b/.fantasticonrc.js
index 494c6339b..de0603af9 100644
--- a/.fantasticonrc.js
+++ b/.fantasticonrc.js
@@ -1,7 +1,7 @@
module.exports = {
inputDir: './icons', // (required)
outputDir: './font', // (required)
- fontTypes: ['woff', 'woff2'],
+ fontTypes: ['woff2', 'woff'],
assetTypes: ['css', 'json', 'html'],
name: 'bootstrap-icons',
prefix: 'bi',