You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can describe multiple styles by combining them with a comma. For example, if you would like to describe the italic bold and normal bold of Droid Serif, your fvd would be Droid Serif:n7,i7. I assume you are using the Web Font Loader? Perhaps you could open an issue there and describe your problem in more detail?
hi,
im confused about how to load and address multiple styles
i try to load all the styles of Droid Serif for example like this
<script> WebFont.load({ google: { families: ['Droid Serif:n4,i4,n7,i7'] } }); </script>And then what Font-family values do i have to use to access them?
i tried this:
wf-droidserif-i7
to access the bold italic style but no luck
how do i address each of the 4 styles?
thanks lots
The text was updated successfully, but these errors were encountered: