There's no equivalent to MarkUpPreHead etc yet.
I'd have thought that your best bet would be to embed the font. This should
work:
- download the .woff file containing the font
- drag the .woff file into TW5
- rename the font tiddler as you wish
- in a stylesheet tiddler, include a fontface declaration like this (the
details are provided by google in the css file you referenced)
@font-face {
font-family: "Arvo";
font-style: normal;
font-weight: 400;
src: local("Arvo"), url(<<datauri
"$:/themes/tiddlywiki/starlight/arvo.woff">>) format("woff");
}
Then you can reference the font like this:
body {
font-family: "Arvo", "Times";
}
Let me know how it goes,
Best wishes
Jeremy
On Wed, Oct 23, 2013 at 3:06 AM, David Gifford <[email protected]> wrote:
> Hi all
>
> If I wanted to use a Google Font for my body text by linking rather than
> by embedding, where would I put the following? (In classic it goes in
> Markup post head)
>
> <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300'
> rel='stylesheet' type='text/css'>
>
> Dave
>
>
> --
> 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/groups/opt_out.
>
--
Jeremy Ruston
mailto:[email protected]
--
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/groups/opt_out.