~jorge/juju-website/juju-website

« back to all changes in this revision

Viewing changes to header.php

  • Committer: Jorge O. Castro
  • Date: 2013-04-22 18:28:41 UTC
  • Revision ID: jorge@ubuntu.com-20130422182841-lsh8tqvaya1mvtqc
Use https instead of http for google fonts

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
<title><?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?></title>
9
9
 
10
 
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400,400italic">
11
 
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu+Mono:400">
 
10
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu:400,400italic">
 
11
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu+Mono:400">
12
12
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_template_directory_uri(); ?>/css/reset.css" />
13
13
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_template_directory_uri(); ?>/css/960.css" />
14
14
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_template_directory_uri(); ?>/css/base.css" />