css - fonts not working in subdirectories -
i using several different fonts website, sarkelliancreed.comule.com, , fonts not loading in page: sarkelliancreed.comule.com/contact. in other pages far can tell fonts working. using @import
stylesheets different fonts. main stylesheet, main.css
, included <link>
. why aren't fonts showing up?
according css standards @import rules (and @charset rules) must first statements in css files. see link further info:
so, if move @import sections top of css file, may solve problem.
i recommend validating code @ following site: https://jigsaw.w3.org/css-validator/
Comments
Post a Comment