Jump to content
  • 0

Не могу подключить сторонний шрифт


froot
 Share

Question

Не могу подключить сторонний шрифт, помогите разобраться:

body {font-size: 14px; line-height: 1.5; color: #333; background-color: #fff;}

a {text-decoration: none;}
a:hover, a:focus { text-decoration: none; border: none; }
h1,h2,h3,h4,h5,

@font-face { font-family: "ProximaNovaExCn-Bold"; src: url("ProximaNovaExCn-Bold.otf"); }
h6 { font-family: "ProximaNovaExCn-Bold"; margin: 0px 0 10px 0px; font-weight: normal; line-height: 1,5; color: inherit; text-transform: uppercase;}

h1,h2 {line-height: 1.4; letter-spacing: 1px;}

h1 {font-size: 40px;}
h2 {font-size: 32px;}
h3 {font-size: 24px; letter-spacing: 2px;}
h4 {font-size: 18px; letter-spacing: 1px;}
h5 {font-size: 14px; letter-spacing: 1px;}
h6 {font-size: 12px; }

Link to comment
Share on other sites

22 answers to this question

Recommended Posts

  • 0

что консоль пишет?

в каком каталоге у вас шрифт находится?

каким браузером смотрите?

откуда шрифт скачали? открывается ли он напрямую(кликом мышки)?

Edited by cyklop77
Link to comment
Share on other sites

  • 0

что консоль пишет? - не знаю что ответить)

в каком каталоге у вас шрифт находится? - в корневом

каким браузером смотрите? - firefox, opera, yandex (нигде не работает)

откуда шрифт скачали? открывается ли он напрямую(кликом мышки)? - шрифт без проблем устанавливается на компьютер, кириллический - без проблем отображается везде

Link to comment
Share on other sites

  • 0

Почитайте в интернете про правильность подключения сторонних шрифтов.

Благо информации много, как и на этом форуме, раз в 2 недели возникает подобная проблема

Link to comment
Share on other sites

  • 0

http://www.xiper.net...nts-on-css.html

кстати там же много толковых статей по распространённым проблемам css

что консоль пишет? - не знаю что ответить)

для firefox ставите firebug, нажимаете f12, выбираете вкладку консоль. время от времени заглядывайте в неё, много полезного увидите. например если не подгрузилась картинка или шрифт, то будет соответствующее сообщение

Edited by cyklop77
Link to comment
Share on other sites

  • 0
Почитайте в интернете про правильность подключения сторонних шрифтов. Благо информации много, как и на этом форуме, раз в 2 недели возникает подобная проблема
Второй день ищу инфу в интернете, перепробовал несколько вариантов, ничего не получилось -решил отписаться тут

не открывается страница, пишет error
Link to comment
Share on other sites

  • 0


html { font-size: 100%}
body {font-size: 14px; line-height: 1.5; color: #333; background-color: #fff;}
a {text-decoration: none;}
a:hover, a:focus { text-decoration: none; border: none; }
h1,h2,h3,h4,h5,
@font-face {font-family: ProximaNovaExCn-Bold;
src: local("ProximaNovaExCn-Bold"),
url(../ProximaNovaExCn-Bold.otf) format("opentype");
margin: 0px 0 10px 0px;
font-weight: normal;
line-height: 1,5;
color: inherit;
text-transform: uppercase;
}
h6 { font: ProximaNovaExCn-Bold; margin: 0px 0 10px 0px; font-weight: normal; line-height: 1,5; color: inherit; text-transform: uppercase;}
h1,h2 {line-height: 1.4; letter-spacing: 1px;}
h1 {font-size: 40px;}
h2 {font-size: 32px;}
h3 {font-size: 24px; letter-spacing: 2px;}
h4 {font-size: 18px; letter-spacing: 1px;}
h5 {font-size: 14px; letter-spacing: 1px;}
h6 {font-size: 12px; }

так тоже не работает

прикрепил бы шрифт, может с ним что-то не так, не могу разобраться как файл прикрепить

Link to comment
Share on other sites

  • 0


html { font-size: 100%}
body {font-size: 14px; line-height: 1.5; color: #333; background-color: #fff;}
a {text-decoration: none;}
a:hover, a:focus { text-decoration: none; border: none; }
h1,h2,h3,h4,h5,
@font-face {
font-family: ProximaNovaExCn-Bold;
src: local("ProximaNovaExCn-Bold"),
url(ProximaNovaExCn-Bold.otf);
margin: 0px 0 10px 0px;
font-weight: normal;
line-height: 1,5;
color: inherit;
text-transform: uppercase;
}
h6 { font-family: ProximaNovaExCn-Bold; margin: 0px 0 10px 0px; font-weight: normal; line-height: 1,5; color: inherit; text-transform: uppercase;}
h1,h2 {line-height: 1.4; letter-spacing: 1px;}
h1 {font-size: 40px;}
h2 {font-size: 32px;}
h3 {font-size: 24px; letter-spacing: 2px;}
h4 {font-size: 18px; letter-spacing: 1px;}
h5 {font-size: 14px; letter-spacing: 1px;}
h6 {font-size: 12px; }

и так не работает, вроде все норм

Link to comment
Share on other sites

  • 0


html { font-size: 100%}
body {font-size: 14px; line-height: 1.5; color: #333; background-color: #fff;}
a {text-decoration: none;}
a:hover, a:focus { text-decoration: none; border: none; }
h1,h2,h3,h4,h5,
@font-face {
font-family: ProximaNovaExCn-Bold;
src: local(ProximaNovaExCn-Bold),
url(ProximaNovaExCn-Bold.otf);
}
h6 { font-family: ProximaNovaExCn-Bold; margin: 0px 0 10px 0px; font-weight: normal; line-height: 1,5; color: inherit; text-transform: uppercase;}
h1,h2 {line-height: 1.4; letter-spacing: 1px;}
h1 {font-size: 40px;}
h2 {font-size: 32px;}
h3 {font-size: 24px; letter-spacing: 1px;}
h4 {font-size: 18px; letter-spacing: 1px;}
h5 {font-size: 14px; letter-spacing: 1px;}
h6 {font-size: 12px; }

Подскажите, почему не подключается шрифт, в чем может быть дело?

Link to comment
Share on other sites

  • 0

Может тире убрать?

Без реального примера, вам мало кто поможет. Статьи для чтения вам дали.

80% что у вас шрифт не там лежит

Опишите структуру проекта. Где шрифт лежит, где стили, где сам хтмл

Прочитайте какие браузеры поддерживают ваш otf.

Скорее всего его еще и через генератор прогнать надо. http://www.fontsquirrel.com/tools/webfont-generator

И скорее всего шрифт из ряда платных

Edited by npofopr
Link to comment
Share on other sites

  • 0

Выложите уже на хостинг это и скажем, почему не работает).

Вопрос на засыпку - латиницу случайно не показывает нужным шрифтом?

Edited by Zverushka
Link to comment
Share on other sites

  • 0
Ну и что - он что латинцу не может отобразить? Тестите шрифт на машине своей или на хостинге?

шрифт проверял локально просто установив его на комп, и прописав его в css все-работало, отображалось без проблем.

Сейчас удалил шрифт из системы и пробую его подключить

Link to comment
Share on other sites

  • 0
Скорее всего его еще и через генератор прогнать надо. http://www.fontsquir...bfont-generator
т.е в ttf переделать?
Прочитайте какие браузеры поддерживают ваш otf.
firefox его поддерживает, написал выше
И скорее всего шрифт из ряда платных
да
Link to comment
Share on other sites

  • 0
Ну и что - он что латинцу не может отобразить? Тестите шрифт на машине своей или на хостинге?

шрифт проверял локально просто установив его на комп, и прописав его в css все-работало, отображалось без проблем.

Сейчас удалил шрифт из системы и пробую его подключить

То есть локально шрифт работает, а на хостинге нет или как? И да - попробуйте указать формат шрифта open-type на всякий случай...

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