Webfont dosen't work atfer update 11.0.4.21
Автор: Bjorn Andreassen
Просмотрено 1003,
Подписчики 1,
Размещенный 0
Code from pcss/index.css
@font-face { font-family: 'Nokia Standard Light'; src: local('☺'), url('../style/fonts/Nokia-Standard-Light-1.ttf') format('truetype'); }
Размещено
Hello Bjorn,
Can you please check if the server is transferring all files as UTF-8?
Can you please also write me the link to the website so I can check it?
Many thanks!
Автор
Eg. http://www.adsessor.no/planlagte-kurs.html
Автор
... Internet Expolorer
Автор
"Can you please check if the server is transferring all files as UTF-8?"
Where do I check that?
I don't understand fully your problem, but via Chrome i see site with correct font.
Автор
Not in IE.
in IE 10, you have a total mess. I think you are using a script or something like that and has conflict with the IE setting. see attachment
I suggest to check your 3rd party/custom scripts
------------------------------------------------------------
Good Luck
@Bjorn
You need to load more fonts extensions.
In your file pcss/index.css there are only .ttfextensions.
Look here: https://helpcenter.websitex5.com/post/113950 (@Claudio: traduci )
Автор
Don't WebSite X5 support Internet Explorer?
Автор
Can't I use .ttf as webfont?
no, Bjorn, webfont has 4 extention in order to work on all platforms. when you insert a webfont, you should insert all of the to work correctly.
ttf mostly being used inside your computer (windows) and it is not a webfont
you need to add ttf,woff, svg, and eot of the same font and insert it to program. IE supports EOT fonts.
go to the link below and upload your ttf font, it will generate the other extention for you for free
http://www.fontsquirrel.com/tools/webfont-generator
if this post is the correct answer, please mark this answer as correct answer.
------------------------------------------------------------
Good Luck