Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ie9 issues, custom fonts not working

Featured Replies

what method are you using for the font import? @font-face?

 

Also try this code, as IE doesn't support TTF's, it only supports EOT's.

 

<style type="text/css">
@font-face {
font-family: 'Custom Font';
src: url("myFont.eot"); /* FOR IEs */
src: local('Custom Font'), url('myFont.ttf') format('truetype'); /* for other web browsers */
}
</style>

There could be two reasons:-

You may be using IE9 beta but the final release was out on 16th March and that may cure it.

 

Cufon version may not work with IE9, see

http://cufon.shoqolate.com/generate/

which says "As it currently stands, version 1.09 does not work in IE9 beta which was just released. Just in case it doesn't work in the final version either, we've implemented a fix in the latest development version. There will be a new release some time in the near future."

 

Google - IE9 cufon font - for more links about the problem. This refers to a fix:-

http://www.vfxdude.com/forum/topic/cufon-display-issues-in-ie9-beta-heres-a-fix

Edited by Wickham

Cufon rendering is not working with IE9 . To fix the issue you can do following thing

 

 

please use following comments

 

<!--[if gte IE 9]> <script type="text/javascript"> Cufon.set('engine', 'canvas'); </script> <![endif]-->

or add

<meta content="IE=8" http-equiv="X-UA-Compatible" />

 

or you download the latest file https://github.com/sorccu/cufon/raw/master/js/cufon.js and replace the old one

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.