Howdy, Stranger!

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

Problem Getting CSS font-family to work

I've nearly finished my first Twine interactive story, and I decided to use the CSS options for Harlowe to change the background colour and fonts. The background colour changed fine, but the fonts are still the default. What am I doing wrong?

Here's my very basic CSS:

body {
font-family: Verdana, Arial, sans-serif;
background-color: #FFCCCC;
}

Comments

Sign In or Register to comment.