typekit / webfontloader

Web Font Loader gives you added control when using linked fonts via @font-face.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] how to specify text subset for multiple fonts?

smhmd opened this issue · comments

WebFontConfig = {
  google: {
    families: ['Droid Sans', 'Droid Serif'],
    text: 'abcdefghijklmnopqrstuvwxyz!'
  }
};

Doing something like this, how to specify that the text subsetting happens only to 'Droid Sans' or to 'Droid Serif'?