PDA

Pogčedajte punu verziju : type 1 font iz css-a


japan
08. 03. 2007., 04:39
da li je moguće uopšte? pokušavao sam nešto, ali ne uspevam

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>font test</title>

<style type="text/css" media="screen, print">
@font-face {
font-family: "YuBitsAmerigo";
src: url("http://hawk.my.net/~japan/font/YUBAN___.PFB");
}
h1 {
font-family: "YuBitsAmerigo", "arial", "verdana";
}
</style>
</head>
<body>
<h1> font test </h1>
</body>
</html>

ivanhoe
08. 03. 2007., 04:41
uzmi sIFR bolje

japan
08. 03. 2007., 04:59
možda kao alternativa, ako ovo ne upali. nemam baš mnogo toga u ovom fontu, nekih par naslova, sve ostalo je standardni font.

Mrlja
08. 03. 2007., 06:51
Neki odgovori...
http://bluebones.net/2006/10/digital-typography-and-font-face/
... bas nece da radi...:mad:

japan
08. 03. 2007., 08:03
# @font-face was removed from CSS 2.1 because of a lack of support in existing user agents. (No major web browser implements it apart from support limited to .eot files in Internet Explorer). It is back in CSS 3.0.

# It is a Mozilla FAQ to ask why Firefox doesn’t support downloadable fonts. But the reply concerns unicode and support for non-Latin characters rather than design/typographical issues. Nonetheless, support for @font-face does not seem to be on the Mozilla roadmap.

:mad:

pa ništa... sIFR...

hvala svima