Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problems with unicode icons

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42491
    FardeemMunir
    Member

    Recently I was trying to make traingles with shadows in css. There is a [css-tricks article](https://css-tricks.com/triangle-with-shadow/) on it that uses unicode icons for the triangle. It says that there might be problem with unicode icons in some browsers. I would like to what would be those problems

    #123399
    Paulie_D
    Member

    This is primarily a font problem.

    If the fonts listed in your CSS do not cover some character, then different browsers will use fallback fonts differently. The cure is to try and find a list of fonts that probably covers all the characters you use. The difficulty of doing this greatly depends on the characters you use.

    http://www.cs.tut.fi/~jkorpela/html/characters.html

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.