Hello!
I want to use a specific type of font for some passages.
So example, I have 2 passages:
Dis Passage Dat Passage
&
I could use something like this in the "Edit Story Stylesheet":
tw-story {
font-family: 'Quicksand Light';
}
But what if I ONLY want the passage "Dis Passage"? Can I assign a class or id to it? Or it already has its own class or id?
Thanks for the help!