14997fd Improve the references to the local fonts

Authored and Committed by ksurma 2 years ago
    Improve the references to the local fonts
    
    src:url() only accepts format(), not type().
    Source: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src
    This should improve rendering of fonts via webserver.
    Fixing this uncovered another issue: if src:url is correctly specified,
    Firefox attempts to load the fonts from that url, rather than look for
    the local font first. To achieve the correct lookup order,
    src:local() should be defined before the url.
    Firefox then loads from the first found location.
    
        
file modified
+5 -1