kostek.162 Posted July 31, 2022 Share Posted July 31, 2022 I've added a css in assets/css/theme.css @font-face { font-family: "Averta"; src: url("../fonts/Averta.otf") format("truetype"); font-weight: 100; font-style: normal; } The problem is I've deleted theme.css (I don't need styles in it), and deleted Font.otf from fonts folder, but I can still reference to this font in stylesheet. Cleared cache of course. I don't want this to influence on loading speed. Is there any explanation? Link to comment Share on other sites More sharing options...
webprog Posted July 31, 2022 Share Posted July 31, 2022 The problem is in cache. See: - smarty cache (Perfomance) - css cache (Perfomance->CCC) - hosting cache - and also your browser cache (ctrl+f5 or clear history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now