The second issue is the naming of the font itself.
The font "Oswald" actually comes in four versions in separate packages:
Oswald-Regular.otf
Oswald-Bold.otf
Oswald-Light.otf
Oswald-stencil.otf
I have installed only Oswald-Regular.otf because I do not use bold or the other versions.
I use the name of the font "Oswald" in all the CSS because that is how it is referred to inside the font package. It validates with that name and has embedded.
If I try to call the font "Oswald-Regular" it says that the font can't be found and can't be embedded.
Are there any little tricks I may have missed here?
|