N
N
ndsdmfwg2014-03-01 14:24:15
Fonts
ndsdmfwg, 2014-03-01 14:24:15

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

I want to understand if it is possible and necessary to concatenate font files? If yes, in what format

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Petrov, 2014-03-01
@ndsdmfwg

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 question

Ask a Question

731 491 924 answers to any question