• Hi

    Why I can’t see the CSS for the .eot file in source code?

    The path to this file in https://mydomain.com/wp-admin/edit-tags.php?taxonomy=bsf_custom_fonts is ok…

    @font-face {
    	font-family: myCenturyGothic;
    		src:
    			url(https://mydomain.com/wp-content/uploads/2019/08/centurygothic.woff2) format('woff2'),
    			url(https://mydomain.com/wp-content/uploads/2019/08/centurygothic.woff) format('woff'),
    			url(https://mydomain.com/wp-content/uploads/2019/08/centurygothic.ttf) format('truetype'),
    			url(https://mydomain.com/wp-content/uploads/2019/08/centurygothic.svg#mycenturygothic) format('svg');
    	font-display: auto;
    }

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @pako69

    As of now, we do not display the URL for the .eot files.

    We can take this as an improvement and try to implement the same in our future updates.

    Regards,
    Suman

    Thread Starter pako69

    (@pako69)

    ok but why it’s possible to enter an .eot file if you do not use it… ?
    Thanks

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @pako69

    We tried the same on our end and noticed that the EOT does not work with custom fonts. Hence, we are planning to remove the EOT font format in our future updates.

    I hope that clarifies.

    Regards,
    Suman

    Thread Starter pako69

    (@pako69)

    It should…:

    @font-face {
      font-family: 'MyWebFont';
      src: url('webfont.eot'); /* IE9 Compat Modes */
      src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
           url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
           url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
           url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    }

    >> https://css-tricks.com/snippets/css/using-font-face/

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @pako69

    Thanks for the input.

    We shall consider the same if possible while working on the mentioned requirement.

    Do let us know if there is anything else we can help you with.

    Regards,
    Suman

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t see the .EOT file’ is closed to new replies.