One way to embed fonts is like this:

    @font-face {
        font-family: "anthem";
        src: url(fonts/anthem.ttf) format("truetype");
        }

then use font-family: anthem; in your css.  This is not fully cross-browser,
you need some other definitions (sort of like -moz- and -webkit- prefixes,
there are equivalents cross-browser).  Just search @font-face and you'll
find some generators that will make the code for you.

Not sure if that's what's being used on FW though.

- Trey

On Tue, Jun 28, 2011 at 3:40 AM, Alex Hough <[email protected]> wrote:

> Dear Rich,
>
> I like the oblique strategies - nice you of Eric's QOTD plugin
> How do you embed the fonts?
>
>
>
> Alex
>
> On 28 June 2011 05:26, Rich <[email protected]> wrote:
> > FiddlyWiki 1.09, A TW instance themed and geared for humanities and
> > social science writing has just been released.
> >
> > It is available at http://way.net/FiddlyWiki
> >
> > changes in 1.09 06/11/2011
> >
> > *    New fonts, which are embedded. I'll serve them on way.net unless/
> > until the server gets bombed.
> > *    incorporated QuickEdit functions into edit template main toolbar
> > instead of having them separate, fixed colors.
> > *    fixed border on tag box which made text jump when the mouse was
> > hovering.
> > *    shadows turned off in header to make site subtitle clearer
> > *    changed subtitle color
> > *    subtab for shadowed, missing, and orphans added
> > *    disabled OpenTopPlugin, which was bringing tab focus to the front
> > *    miscellaneous cleanup of css
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> [email protected].
> > For more options, visit this group at
> http://groups.google.com/group/tiddlywiki?hl=en.
> >
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/tiddlywiki?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to