Fonts Generating 404 Errors
-
The main style sheet is looking for Font Awesome font directory within the css directory.
/*Font Awesome*/
@font-face{font-family:’FontAwesome’;src:url(‘../fonts/fontawesome-webfont.eot?v=4.2.0’);src:url(‘../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0′) format(’embedded-opentype’),url(‘../fonts/fontawesome-webfont.woff?v=4.2.0’) format(‘woff’),url(‘../fonts/fontawesome-webfont.ttf?v=4.2.0’) format(‘truetype’),url(‘../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular’) format(‘svg’);font-weight:normal;font-style:normal}
This link is and example of how the style sheet is calling the font awesome files.
/wp-content/plugins/ultimate-widgets-light/assets/css/fonts/fontawesome-webfont.ttf?v=4.2.0
This is resulting in a 404 error.
- The topic ‘Fonts Generating 404 Errors’ is closed to new replies.