[kune-commits] r1218 - wp-theme/kune

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Mon Jan 24 22:25:27 CET 2011


Author: vjrj_
Date: 2011-01-24 22:25:26 +0100 (Mon, 24 Jan 2011)
New Revision: 1218

Modified:
   wp-theme/kune/header.php
Log:


Modified: wp-theme/kune/header.php
===================================================================
--- wp-theme/kune/header.php	2011-01-24 14:50:00 UTC (rev 1217)
+++ wp-theme/kune/header.php	2011-01-24 21:25:26 UTC (rev 1218)
@@ -34,6 +34,15 @@
 
 	?></title>
 <link rel="profile" href="http://gmpg.org/xfn/11" />
+<script src="//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script>
+<script>
+WebFont.load({
+  custom: {
+    families: ['UbuntuRegular', 'UbuntuItalic'],
+    urls : ['http://kune.ourproject.org/kothers/ubuntufontface.css']
+  }
+});
+</script>
 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
 <link rel="stylesheet" type="text/css" media="all" href="/kothers/ubuntufontface.css" />
 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />




More information about the kune-commits mailing list