Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-2512

Code changes to allow the use of font-family in CSS (for CJK locales)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0-core
    • 2.1.1-core
    • Skinning
    • None

    Description

      While investigating, I found that base-desktop.css (in trinidad)
      contains this code:
      /** CJK style sheet for all **/
      @locale ja, zh, ko {

      /**
      We don't specify a font family for CJK languages, since most browsers
      (Netscape, ICE, IE) seem to have problems displaying CJK text with
      our default font-family list (Arial, Helvetica, etc...). We're better
      off letting the font-family default.
      **/
      .AFDefaultFontFamily:alias

      { -tr-inhibit: font-family; }

      }

      and thus inhibiting font family for CJK locales. Since this code was added 10 years back and this issue no longer exists, I'm removing it.

      Attachments

        1. base-desktop.patch
          1.0 kB
          Avin Goyal

        Activity

          People

            gabrielle Gabrielle Crawford
            avgoyal Avin Goyal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: