Answer the question
In order to leave comments, you need to log in
What font format to use in the project? Is font concatenation possible?
Looking at Twitter Bootstrap fonts ( https://github.com/twbs/bootstrap/tree/master/dist... ), and building my first project using project builders ( https://github.com/krll-tk/ gulp-scaffold/tree/dev )
The architecture I came up with for my future project:
|--/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
Answer the question
In order to leave comments, you need to log in
Different font types are supported by different browsers.
Unfortunately, there is no universal format. You have to keep a bunch of files.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question