css - @font-face rendering on remote desktop -



css - @font-face rendering on remote desktop -

so here thing, have saas webapplication uses special font display icons. instead of using numerous png's utilize <span> class icon.

the css file starts @font-face tag, generated fontsquirrel , looks follows:

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

this displays in our supported browsers (ie7, 8, 9, ff, safari & chrome). when website accessed through remote desktop client. webfont not used. css file , .eot file are downloaded.

reproducing error

so started testing , trying reproduce issue. when took these steps, error occurred:

connect remote desktop (server 2008) open ie9 browse website fonts not shown.

then connected different server:

connect remote desktop b (server 2008) open firefox browse website fonts shown! open website in ie9 fonts shown also, goes chrome

after surprise reconnected rd again.

open ie9 fonts shown...

it seems rdp client caches fonts somewhere , @ time.

when , how happen? , there ways forcefulness rdp client in downloading , displaying @font-face webfonts?

css fonts remote-desktop

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -