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:

http://www.w3.org/tr/css21/cascade.html#at-import

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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -