Well, my technical knowledge didn't get past the third word of your
instructions. I tried downloading the Google Font, but it is not a .woff
file but a .ttf file. Dragging it into TW5 did nothing. A search for "woff"
on the Google Fonts help page produced no results.


On Wed, Oct 23, 2013 at 2:49 AM, Jeremy Ruston <[email protected]>wrote:

> 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 a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/HynvAJZ21_8/unsubscribe.
> To unsubscribe from this group and all its topics, 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.
>



-- 
David Gifford
Christian Reformed World Missions, Mexico City

-- 
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.

Reply via email to