DEV.MD

Utilizarea fonturilor non-standard în HTML

by on Oct.11, 2011, under Web Design

CSS Cod

/* DRAFT !!!
Pentru IE e nevoie de .eot, dar revin mai tarziu cu detalii, pana reusesc sa-l vad ca merge : */

@font-face {
font-family: PenumbraSans;
src: url("penumbrasansstd-light.otf") format("opentype");
}

@font-face {
font-family: PenumbraSans;
font-weight: bold;
src: url("penumbrasansstd-bold.otf") format("opentype");
}

h1 {
font-family: PenumbraSans, Helvetica, Verdana, Sans-Serif;
font: bold , 20em;
}

p {
font-family: PenumbraSans, Helvetica, Verdana, Sans-Serif;
}

Link-uri utile

http://www.freefontconverter.com/

http://www.kirsle.net/wizards/ttf2eot.cgi

http://jontangerine.com/log/2008/10/font-face-in-ie-making-web-fonts-work#tutorial

:, , ,

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...