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
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