Jump to content
  • 0

Проблема с @font-face


Chervontsev
 Share

Question

Добрый день

Вроде как много где пишут, про использование любых шрифтов через стиль @font-face. Но вот чего-то в Opera 9, 10 не работает

Может я делаю что-то не так?

@font-face {
font-family: "Vesna";
src: url(../font/Vesna.eot); /* for IE6-8 */
src: local("Vesna"), url(../font/Vesna.ttf) format("truetype"); /* for Firefox 3, Safari */
}
html, body {
font:normal 23px "Vesna";
}

Вот сайт: Посетить мою домашнюю страницу

Edited by Chervontsev
Link to comment
Share on other sites

  • Answers 51
  • Created
  • Last Reply

Top Posters For This Question

Recommended Posts

  • 0

Столкнулся со следующей проблемой.

Вчера все работало, сегодня нет )) в чем дело?


@font-face {
font-family: 'NeoSansCyr-Regular';
src: url('../fonts/neosanscyr-regular.eot');
src: url('../fonts/neosanscyr-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/neosanscyr-regular.woff') format('woff'),
url('../fonts/neosanscyr-regular.ttf') format('truetype'),
url('../fonts/neosanscyr-regular.svg#neosanscyr-regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'NeoSansCyr-Medium';
src: url('../fonts/neosanscyr-medium.eot');
src: url('../fonts/neosanscyr-medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/neosanscyr-medium.woff') format('woff'),
url('../fonts/neosanscyr-medium.ttf') format('truetype'),
url('../fonts/neosanscyr-medium.svg#neosanscyr-medium') format('svg');
font-weight: normal;
font-style: normal;
}

отлично работает это

font-family: 'NeoSansCyr-Medium';

а вот это

font-family: 'NeoSansCyr-Regular';

не работает ( как это возможно?

З.Ы. А когда меняю местами все наоборот, смех какой-то

З.З.Ы. Проблема решена

Edited by nob0dy
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy