Jump to content

[SOLVED] How to remove fonts.googleapis.com/ from theme?


Recommended Posts

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 by robbie007 (see edit history)
Link to comment
Share on other sites

  • 8 months later...

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

 

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

×
×
  • Create New...