diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-18 10:54:57 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-18 10:54:57 +0100 |
commit | c3941ccb97fc385e69d19f5a66c8798c132aad4a (patch) | |
tree | 22ae1125c3a4081e3898184c245d24ec5c0b2a39 | |
parent | ea6dd67430b73aadb101ccca2a8b63b426c2bc26 (diff) |
Pull the latin-ext charset for the font.
Languages like Czech use the characters there.
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 78e94c3d8..0d67e4a70 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,7 +7,7 @@ <link rel="stylesheet" href="{{ site.baseurl }}assets/css/alaveteli-org.css"> <link href="/atom.xml" rel="alternate" title="Alaveteli" type="application/atom+xml"> <meta name="viewport" content="initial-scale=1"> - <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic' rel='stylesheet' type='text/css'> + <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> |