I have web page which uses @font-face as follows:
 @font-face 
        {
            font-family: '<FontName>';
            font-style: normal;
            font-weight: normal;
            src: url( '../Fonts/ <FontName> .eot' );
            src: local( ' <FontName> ' ), url( '../Fonts/ <FontName> .ttf' 
) format( 'truetype' );
        }

If on client system font is already installed and which is old then Google 
chrome browser does not use font referred through above CSS.

So how to force Google Chrome browser to use font from only font face 
attribute?

-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
https://groups.google.com/d/msg/google-ajax-search-api/-/SOAPNP7jeqcJ
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to