On Wednesday, July 9, 2014 9:28:02 AM UTC-7, Jonathan Emmert wrote:
>
> Wondering if it is possible to change the default font choices (size,
> spacing, style etc) when using "!" in wiki text? If so where would I go to
> do that? I don't have much coding experience.
>
The TW heading syntax uses between 1 and 6 "!" to generate different levels
of heading (Hn) DOM elements. You can customized the default font size for
thse elements by using CSS like this:
H1 { font-size:250%; }
H2 { font-size:200%; }
H3 { font-size:150%; }
H4 { font-size:100%; }
H5 { font-size:80%; }
H6 { font-size:50%; }
In TiddlyWiki Classic, you can place the above CSS into the specially-named
tiddler, [[StyleSheet]].
In TiddlyWiki 5, just place the desired CSS into any tiddler, and then tag
it with "$:/tags/stylesheet".
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
http://TiddlyTools.github.com/fundraising.html#MakeADonation
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.