View Single Post
Old 11-15-2013, 02:03 AM   #4
rhyous
Junior Member
rhyous began at the beginning.
 
rhyous's Avatar
 
Posts: 8
Karma: 10
Join Date: Jan 2013
Device: Kindle Fire
Solved

It was the quotes. As soon as I wrapped the quote names, it worked.

Note: Also, Publisher Defaults must be set to On.

Code:
@font-face
{
    font-family: "Alex Brush";
	font-weight: normal;
    font-style: normal;
    src: url("../Fonts/AlexBrush-Regular-OTF.otf");
}

.script {
	font-family: "Alex Brush";
	font-size: 1.5em;
}
Interesting that validating with FlightCrew didn't catch that.

Last edited by rhyous; 11-15-2013 at 03:21 AM.
rhyous is offline   Reply With Quote