Including fonts in Seaside

310 Views Asked by At

Is it possible to enclose a font file in a Seaside application so that the client renders the website using that one instead of the ones in their system?

If so, how would one do it?

4

There are 4 best solutions below

1
On BEST ANSWER

This is more a question about CSS and using @font-face; see this article, for instance.

About the Seaside side of things, the font is just a static file, so the usual ways apply; for instance, you could include it in a file library and possibly as a static file served by the front-end http server for performance.

0
On

Yes, this is not a Seaside issue but a CSS one. In addition with Damien answer, you might want to try google fonts: http://code.google.com/webfonts

0
On

You start by making sure you have the right license for the font. Most ones you get with your computer or software cannot be distributed like this without additional licensing agreements.

0
On

Agreed with the others. This is not a Seaside issue, this is an overall web design/ web typography issue.

I recommend some web searches on web fonts and web typography, in general. At the moment, the general consensus among web designers is -- either stick to web safe fonts, or use an external font library such as: