Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How come my font isn't working?

I'm running 2.0.11 and making a story with Harlowe, and in my stylesheet I have.
body {
background-color: black;
}

tw-passage {
color: green;
font-family: "Fallout";
}

tw-link {
color: green;
font-family: "Fallout";
}

But the font won't load.

Fallout.tts is installed on my system, reachable here.
http://static.tumblr.com/mdtvpdz/ruvmxzc8u/fallout.ttf

Even hooking it in the story with

(font: "Fallout")[
Test 123]

Does not work.

Any help?
Sign In or Register to comment.