Смотрю на шрифты Twitter Bootstrap (
https://github.com/twbs/bootstrap/tree/master/dist...), и собираю свой первый проект с использованием сборщиков проектов(
https://github.com/krll-tk/gulp-scaffold/tree/dev)
Придуманная мной архитектура моего будущего проекта:
|--/bower_components // Components from bower
|--/build // Productions
|--|--/index.html
|--|--/styles.css
|--|--/scripts.js
|--/dist // Compiled components
|--|--/css
|--|--/fonts
|--|--/img
|--|--/js
|--/node_moduled // Components from npm
|--/not_compiled // Directory for development
|--|--/coffee
|--|--/less
|--|--/styles
|--|--/sass
|--package.json
|--gulpfile.js
Хочу понять, возможно и нужно ли конкатинировать файлы шрифтов? Если да, то в какой формат