Remove Google Font, that was loaded with @import in CSS file of plugin

Viewed 11

I need to remove the loading of Open Sans, that is loaded via @import in a CSS of a plugin.

@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700&text=0123456789);

How can I achieve that? The common ways with OMGF etc. did not work. Do I have to dequeue the whole CSS file or is there any way to block the connection to fonts.googleapis.com ?

0 Answers
Related