• Please, add font-display: swap; in next version update for font icon and better page speed performance.

    @font-face {
        font-family: "ctc-icon-font";
        src:url("../font/icon-font.eot");
        src:url("../font/icon-font.eot?#iefix") format("embedded-opentype"),
        url("../font/icon-font.woff") format("woff"),
        url("../font/icon-font.ttf") format("truetype"),
        url("../font/icon-font.svg#icon-font") format("svg");
        font-display: swap;
        font-weight: normal;
        font-style: normal;
    }
Viewing 1 replies (of 1 total)
  • @evilmc Do you know if this is something that can be added to the head section or in one of the plugin files in the current version in order to improve performance, or is it only something for a new release?

    • This reply was modified 4 years, 7 months ago by WPAndrew.
Viewing 1 replies (of 1 total)
  • The topic ‘Font Display’ is closed to new replies.