На форум подгружены шрифты. До смены дизайна сегодня все работало и отображалось, после смены не работает и все тут.
Пример можно посмотреть в этой теме: http://blackburns.rusff.ru/viewtopic.ph … p=2#p63267
Шрифт загружен на форум, установлен по всем правилам и отчего-то просто перестал отображаться, как и все остальные, загруженные через @font-face. Помогите, пожалуйста, понять в чем проблема, один я в этом не разберусь, ибо уже пытался хд
Перестали работать загруженные шрифты
Сообщений 1 страница 8 из 8
Поделиться1Вс, 16 Окт 2016 02:37:25
Поделиться2Вс, 16 Окт 2016 02:54:15
Код загрузки шрифта где ? В Стиле или HTML верх ?
Скопируйте кусок кода с подгрузкой шрифтов сюда, там нун убирать часть ссылки наверно
Поделиться3Вс, 16 Окт 2016 03:00:31
Deff
В стиле.
@font-face { font-family: 'Annabelle'; src: url('http://forumstatic.ru/files/0017/96/1c/76025.eot?'), url('http://forumstatic.ru/files/0017/96/1c/57626.woff') format('woff'), url('http://forumstatic.ru/files/0017/96/1c/64703.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Bfivetwo'; src: url('http://forumstatic.ru/files/0017/96/1c/22933.eot?'), url('http://forumstatic.ru/files/0017/96/1c/16303.woff') format('woff'), url('http://forumstatic.ru/files/0017/96/1c/24527.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Intro'; src: url('http://forumstatic.ru/files/0017/96/1c/74778.eot?'), url('http://forumstatic.ru/files/0017/96/1c/94535.woff') format('woff'), url('http://forumstatic.ru/files/0017/96/1c/25359.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Isadora'; src: url('http://forumstatic.ru/files/0017/96/1c/58425.eot?'), url('http://forumstatic.ru/files/0017/96/1c/46324.woff') format('woff'), url('http://forumstatic.ru/files/0017/96/1c/96745.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Lighthaus'; src: url('http://forumstatic.ru/files/0017/96/1c/81063.eot?'), url('http://forumstatic.ru/files/0017/96/1c/97941.woff') format('woff'), url('http://forumstatic.ru/files/0017/96/1c/35060.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Lobster'; src: url('http://forumstatic.ru/files/0017/96/1c/82557.eot?'), url('http://forumstatic.ru/files/0017/96/1c/65798.woff') format('woff'), url('http://forumstatic.ru/files/0017/96/1c/95454.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Marck Script'; src: url('http://forumstatic.ru/files/0017/96/1c/97550.eot?'), url('http://forumstatic.ru/files/0017/96/1c/36555.woff') format('woff'), url('http://forumstatic.ru/files/0017/96/1c/48285.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Plain'; src: url('http://forumstatic.ru/files/0017/96/1c/87232.eot?'), url('http://forumstatic.ru/files/0017/96/1c/29660.woff') format('woff'), url('http://forumstatic.ru/files/0017/96/1c/40593.ttf') format('truetype'); font-weight: normal; font-style: normal; }
При этом Intro работает и отображается, но только в хроме. И, полагаю, с оперы тоже, ибо движок у них вроде одинаковый.
Поделиться4Вс, 16 Окт 2016 03:14:39
palladio
Попробуйте укоротить ссылки ( Суть в оттом что сервис сейчас заменяет ссылки на Кешированные с иного ресурса, а не с самого форума
@font-face { font-family: 'Annabelle'; src: url('/files/0017/96/1c/76025.eot?'), url('/0017/96/1c/57626.woff') format('woff'), url('/files/0017/96/1c/64703.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Bfivetwo'; src: url('/files/0017/96/1c/22933.eot?'), url('/files/0017/96/1c/16303.woff') format('woff'), url('/files/0017/96/1c/24527.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Intro'; src: url('/files/0017/96/1c/74778.eot?'), url('/files/0017/96/1c/94535.woff') format('woff'), url('/files/0017/96/1c/25359.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Isadora'; src: url('/files/0017/96/1c/58425.eot?'), url('/files/0017/96/1c/46324.woff') format('woff'), url('/files/0017/96/1c/96745.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Lighthaus'; src: url('/files/0017/96/1c/81063.eot?'), url('/files/0017/96/1c/97941.woff') format('woff'), url('/files/0017/96/1c/35060.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Lobster'; src: url('/files/0017/96/1c/82557.eot?'), url('/files/0017/96/1c/65798.woff') format('woff'), url('/files/0017/96/1c/95454.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Marck Script'; src: url('/files/0017/96/1c/97550.eot?'), url('/files/0017/96/1c/36555.woff') format('woff'), url('/files/0017/96/1c/48285.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Plain'; src: url('/files/0017/96/1c/87232.eot?'), url('/files/0017/96/1c/29660.woff') format('woff'), url('/files/0017/96/1c/40593.ttf') format('truetype'); font-weight: normal; font-style: normal; }
Поделиться5Вс, 16 Окт 2016 03:18:38
Deff
Ноуп, все равно никак(
Поделиться6Вс, 16 Окт 2016 03:22:06
palladio
Кеш и куки почистите
Поделиться7Вс, 16 Окт 2016 03:25:46
palladio
1. Попробуйте отрезанную часть заменить на ссылку на Ваш форум
Кросс Браузерная подгрузка Шрифтов на форум
Поделиться8Вс, 16 Окт 2016 03:32:33
Deff
Заработало с заменой отрезанной части, спасибо большое за помощь))
Тему можно в архив с:
Отредактировано palladio (Вс, 16 Окт 2016 03:34:16)