CSS Font URL Issue
-
Hello,
We are moving our site towards production and I have set up the new production environment. I went through and updated all the tables and content that I could think of to point to the new www. version of the site, but the only place that I’m still seeing the test. show up is in the tablepress-combined.min.css file where it mentions the url for the font-family (shown below).
@font-face{font-family:TablePress;src:url(//test.example.com/wp-content/plugins/tablepress/css/tablepress.eot);src:url(//test.example.com/wp-content/plugins/tablepress/css/tablepress.eot?#ie)I went through the database and looked for anything that would have been referencing test.example.com but did not find anything as it looks to be referencing http://www.example.com. I also checked the wp-config.php file and there is no reference to the site definition as that is still controlled in WP Admin General Settings. Looking at the actual CSS file it looks like it defaults to just url(tablepress.eot), so I’m curious as to how/why it’s being updated when the site is loaded?
Running version 1.9 on the latest version of WordPress.
Thank you in advance,
Kevin
The topic ‘CSS Font URL Issue’ is closed to new replies.