Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-4937

incorrect content-type response header of a request to fontawesome-webfont.eot

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.6.0
    • 9.5.1.3
    • Theme
    • Security Level: Jimmy

      Steps to Reproduce

      <button iconSclass="z-icon-home"/>
      

      1. check developer tool > network tab
      2. check the response header "content-type" of all request to *.eot and *.woff

      Current Result

      Content-Type: ;charset=UTF-8;

      Expected Result

      svg = svn:mime-type=image/svg+xml
      ttf = svn:mime-type=application/x-font-ttf
      otf = svn:mime-type=application/x-font-opentype
      woff = svn:mime-type=application/font-woff
      woff2 = svn:mime-type=application/font-woff2
      eot = svn:mime-type=application/vnd.ms-fontobject
      sfnt = svn:mime-type=application/font-sfnt

      Debug Information

      • This issue is found by web inspector
      • zk built-in CSS contains multiple URL of fonts, please fix them all

            Leon03 Leon03
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: