robbie007 Posted February 12, 2013 Share Posted February 12, 2013 (edited) Can anybody tell me where to remove these fonts? I don't use them, so it will cost 2 extra request when loading each page. <link href='http://fonts.googlea...s?family=Oswald' rel='stylesheet' type='text/css'> <link href='http://fonts.googlea...css?family=Abel' rel='stylesheet' type='text/css'> Edited February 12, 2013 by robbie007 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 12, 2013 Share Posted February 12, 2013 you must check your template files, so open the theme directory and search for header.tpl file, fonts are attached there probably 1 Link to comment Share on other sites More sharing options...
robbie007 Posted February 12, 2013 Author Share Posted February 12, 2013 Thanks for your reply Vekia. Already changed that tpl a couple of times. Did a double check and yes, there was an old version with these url's in it. So solved! 1 Link to comment Share on other sites More sharing options...
vekia Posted February 12, 2013 Share Posted February 12, 2013 yeah, it's nice to hear that your problem is solved thanks that you marked this topic as solved for other forum members with similar question best regards Link to comment Share on other sites More sharing options...
Soapa Posted October 17, 2013 Share Posted October 17, 2013 I have the same problem. Is it this part that I have to remove. It is in the themes/leodrin/header.tpl file {if !$LEO_CUSTOMFONT} <link h ref='http://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed' rel='stylesheet' type='text/css'> {/if} Link to comment Share on other sites More sharing options...
vekia Posted October 17, 2013 Share Posted October 17, 2013 I have the same problem. Is it this part that I have to remove. It is in the themes/leodrin/header.tpl file {if !$LEO_CUSTOMFONT} <link h ref='http://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed' rel='stylesheet' type='text/css'> {/if} in this case everything depends on theme. you use some non-default one with some non-default variable Link to comment Share on other sites More sharing options...
Soapa Posted October 17, 2013 Share Posted October 17, 2013 in this case everything depends on theme. you use some non-default one with some non-default variable Ok I am new in this. Well I removed it. And so far so good. Which kind of problems could I encounter? Link to comment Share on other sites More sharing options...
Recommended Posts