У меня появылся вопрос о CSS .....
Я почитал ету статию, сделал все на локалнем комрютере по примеру, но почимуто нечего не вышла......
Вот сам тестиронщегого фаила:
Код
<head>
<title>Проверка CSS</title>
<style>
p {font-family: URL(http://localhost/tiza.ttf);}
</style>
</head>
<body>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</body>
<title>Проверка CSS</title>
<style>
p {font-family: URL(http://localhost/tiza.ttf);}
</style>
</head>
<body>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</body>
А вот и сам фонт http://www.dafont.com/tiza.font
Помогите пожалуста !
Спустя 3 часа, 33 минуты, 13 секунд (6.05.2008 - 17:25) Sylex написал(а):
Код
font-family:name URL('name.ttf');
вроде как... и попробуй в кавычки вхять
Спустя 4 дня, 8 часов, 34 минуты, 2 секунды (11.05.2008 - 01:59) Владимир Автандилович написал(а):
Нет, не получолось
А ето может быть вызвано от того что я тестирую на локальном комрютьере ?
А другого варианта нету как можна сделать подобное?
А ето может быть вызвано от того что я тестирую на локальном комрютьере ?
А другого варианта нету как можна сделать подобное?
Спустя 7 часов, 31 минута, 34 секунды (11.05.2008 - 09:30) md5 написал(а):
какой путь прописываете?
Спустя 10 часов, 5 минут, 17 секунд (11.05.2008 - 19:36) Владимир Автандилович написал(а):
путь?
такой
такой
Код
http://localhost/tiza.ttf
Спустя 2 месяца, 27 дней, 5 часов, 29 минут, 16 секунд (9.08.2008 - 01:05) zona7o написал(а):
Цитата
Код
<head>
<title>Проверка CSS</title>
<style>
p {font-family: URL(http://localhost/tiza.ttf);}
</style>
</head>
<title>Проверка CSS</title>
<style>
p {font-family: URL(http://localhost/tiza.ttf);}
</style>
</head>
во-первых: какой браузер?
во-вторых и самых главных:) : font-family: URL(http://localhost/tiza.ttf); http://localhost/ - вместо этого относительный путь к файлу, то бишь tiza.ttf- если в корневой директории с css-файлом.
_____________