I tried a code set mentions below, but it doesnt seem to work for sugarcube, or it bugs in a way I'm not proficient enough yet to figure out?
I have a few, and I want to some outside the main body for dramatic effect, so if anyone could help me figure out how to do this, I'd be super grateful.
here's the code i tried to use
http://pastebin.com/nbhAKNDY and inserted on top of body
Comments
Beyond that, and unlike SugarCube v2, SugarCube v1 places its core font stack setting on the <body> element, so to replace the default you need to do something like the following (after all @font-face rules): That will replace the font stack for most all text.
If you only wanted to apply your custom font stack to the main passage display, then you'd do something like the following instead (again, after all @font-face rules):
how would i get around that?
if it comes to it, do i just arrange the coding in the passage itself? would i have to remove the font-family in 'body' to do it? if so, how would i set up the in-passage code?
sorry it's a lot of questions aha...