How to reset css fonts cache

前端 未结 4 1682
野的像风
野的像风 2021-01-18 01:06

I\'ve changed my fonts in the server, but the browser get the old version of the css file where fonts are writed, how to reset the cache?, i\'ve tried to delete browser cach

4条回答
  •  再見小時候
    2021-01-18 01:54

    Have you tried viewing the page in a different browser to ensure the old font isn't still being added to the page?

    If you're still using the same CSS file, you can navigate to the CSS file and do a hard refresh on that Ctrl+F5.

    Also, I've found that closing the page completely before clearing your cache can help too!

提交回复
热议问题