Twine Forum
Discussions
Home
›
Help! with 2.0
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Categories
4.9K
All Categories
1.2K
Help! with 1.x
333
Workshop
3K
Help! with 2.0
343
Chit-Chat
Using external Stylesheets?
Jud_Casper
November 2016
edited November 2016
in
Help! with 2.0
Is this possible with Twine?
Comments
felixp7
November 2016
Of course, with the import directive placed in your story stylesheet, like this:
@import
url("stylesheet.css");
That, for example, is how you can use fonts stored at
https://fontlibrary.org/
or similar services without having to keep your own copies.
Jud_Casper
November 2016
Great. Thanks muchly. I just wondered if the link had to go in the html somewhere.
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
@import url("stylesheet.css");
That, for example, is how you can use fonts stored at https://fontlibrary.org/ or similar services without having to keep your own copies.