Announcement

Collapse
No announcement yet.

Usage of Glyphs in Levels ReadyTheme

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Usage of Glyphs in Levels ReadyTheme

    Hi all,

    I'm in the process of taking our archaic MMUI site and replacing it with a shiny new CSSUI version.

    I'm wondering if anyone has a comprehensive list of the data-icon "glyphs" that are being used by the Levels ReadyTheme. For example, "xe081" is an icon of a location marker. I can't seem to find a reference anywhere as to which list of glyphs Miva used to put this together.
    Dylan Buchfink
    The Mattress & Sleep Company
    http://www.tmasc.ca/

    #2
    You have to look up the font family being used...and then google the font chart for that font. Unfortunately, Suviant uses its own font, so they'd have to provide the chart for that one

    You can try making your own list:

    <style>
    p.font { font-family:enter your font name}
    p.font:before { content: "\f07a";}
    </style>
    <p class="font"></p>

    Last edited by Bruce - PhosphorMedia; 01-24-16, 01:22 PM.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      As it happens, I was working on documenting the icons myself and just added this to my shinny new (in progress) website.

      It documents the following font icons:

      MivaIcons using data or class
      Suivant using characters
      IcoMoon using characters
      Google Material using data or name

      The styles can be extracted from the page for the font your interested in.
      Ray Yates
      "If I have seen further, it is by standing on the shoulders of giants."
      --- Sir Isaac Newton

      Comment


        #4
        Thank you, thank you, thank you! That is a massive help. I tried poking around by looking up the various fonts used in the Levels theme, but I had no luck.
        Dylan Buchfink
        The Mattress & Sleep Company
        http://www.tmasc.ca/

        Comment

        Working...
        X