You can have more than one, I've managed (using Sigil) to embed over 6 fonts and they all work.
Well one thing I see is wrong is the location specified, you haven't specified where the font files are.
If you've used Sigil, then the location needs to be:
src: url("../Fonts/font.ttf");
So just put the extra bit in front of it and this (hopefully) should work.
|