Jump to content

Font-family still renders after deleting files and css @font-face.


kostek.162

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...