[tw] Re: Changing the default font for tiddler text

2017-11-25 Thread AndrewMc
Thank you Jed. That was just what I needed. I especially appreciated being 
able to play with settings in your reference wiki. It is excellent!

Cheers
Andrew Mc

On Saturday, November 25, 2017 at 9:33:48 PM UTC+13, Jed Carty wrote:
>
> Make a tiddler named whatever you want, give it the tag $:/tags/Stylesheet 
> and put this is the body:
>
>
> .tc-tiddler-frame .tc-tiddler-body {
> font-family: serif;
> }
>
> .tc-tiddler-frame .tc-tiddler-body > h1 {
> font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
> sans-serif;
> }
>
> .tc-tiddler-frame .tc-tiddler-body > h2 {
> font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
> sans-serif;
> }
>
> .tc-tiddler-frame .tc-tiddler-body > h3 {
> font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
> sans-serif;
> }
>
> and that should change the body of all tiddlers to the generic serif font 
> available but all h1 h2 and h3 tags will have the default sans-serif font.
>
> I made a thing to play with things like this a bit on the wiki reference 
> wiki here 
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9b9d92d9-88e2-42d2-9ef3-4bc246aa9516%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Changing the default font for tiddler text

2017-11-25 Thread Jed Carty
Make a tiddler named whatever you want, give it the tag $:/tags/Stylesheet 
and put this is the body:


.tc-tiddler-frame .tc-tiddler-body {
font-family: serif;
}

.tc-tiddler-frame .tc-tiddler-body > h1 {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
sans-serif;
}

.tc-tiddler-frame .tc-tiddler-body > h2 {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
sans-serif;
}

.tc-tiddler-frame .tc-tiddler-body > h3 {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 
sans-serif;
}

and that should change the body of all tiddlers to the generic serif font 
available but all h1 h2 and h3 tags will have the default sans-serif font.

I made a thing to play with things like this a bit on the wiki reference 
wiki here 

.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c4716b88-687d-4848-8328-a0d83f14122f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.