Created
October 30, 2013 08:31
-
-
Save nhp/7228999 to your computer and use it in GitHub Desktop.
Webfont in magento local.xml layout einbinden
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default> | |
<reference name="root"> | |
<reference name="head"> | |
<action method="addCss"><stylesheet>css/custom.css</stylesheet></action> | |
<block type="core/text" name="google.font.oswald"> | |
<action method="setText"> | |
<text><![CDATA[<link href='http://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>]]></text> | |
</action> | |
</block> | |
</reference> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
suggestion: remove http: from the link.