Jump to content
  • 0

Не отображается шрифт


Fendia
 Share

Question

Не отображается шрифт на сайте. 

Шрифт: Corinthia.

В CSS прописала:

@font-face {    font-family: Corinthia;    src: url('corinthia-webfont.eot');    src: url('corinthia-webfont.eot?#iefix') format('embedded-opentype'),         url('corinthia-webfont.woff2') format('woff2'),         url('corinthia-webfont.woff') format('woff'),         url('corinthia-webfont.ttf') format('truetype'),         url('corinthia-webfont.svg#corinthiaregular') format('svg');    font-weight: normal;    font-style: normal;}
.main h2 {	font-family: Corinthia;	font-size: 50px;}

В папку fonts загружены файлы со шрифтами.

Но, шрифт не отображается!

В чем же, может быть, проблема?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

src: url('corinthia-webfont.eot');

 

Путь укажите правильно. путь к нужной папке делается относительно css файла, в котором путь указывается.

 

если у вас файл стилей лежит в корне сайта, то путь должен быть примерно такой.

src: url('fonts/corinthia-webfont.eot');

если же в папке css, то нужно выйти с неё.

src: url('../fonts/corinthia-webfont.eot');
Edited by Q4Dizzy
Link to comment
Share on other sites

  • 0

Ой, я ошиблась. Не с той папки сюда код скопировала.

На сайте, конечно же, прописаны пути:

@font-face {    font-family: Corinthia;    src: url('fonts/corinthia-webfont.eot');    src: url('fonts/corinthia-webfont.eot?#iefix') format('embedded-opentype'),         url('fonts/corinthia-webfont.woff2') format('woff2'),         url('fonts/corinthia-webfont.woff') format('woff'),         url('fonts/corinthia-webfont.ttf') format('truetype'),         url('fonts/corinthia-webfont.svg#corinthiaregular') format('svg');    font-weight: normal;    font-style: normal;}

Но, в том то и проблема, что, вроде, все правильно, а шрифт не отображается. 

Edited by Fendia
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