Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
What's your folder structure?
Where is your css file placed,is it in a seperate folder? If the fonts are in "assets/" and css in "assets/css" you need to change the path to src:url('../assets/anyoldicon.eot'); Notice the "../" infront of the path
src:url('../assets/anyoldicon.eot');