Created
September 18, 2014 11:09
-
-
Save LocalCommit/a986afc168d8999c0c40 to your computer and use it in GitHub Desktop.
This file contains 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
<!DOCTYPE html> | |
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]--> | |
<!--[if !IE]><!--> <html lang="ru"> <!--<![endif]--> | |
<head> | |
<script type="text/javascript"> | |
WebFontConfig = { | |
google: { families: [ 'Cabin:400,600,700,400italic,600italic,700italic:latin', 'Gentium+Basic:400,400italic:latin', 'Roboto+Slab:400,700:latin,cyrillic', 'Roboto+Condensed:400,700,700italic,400italic:cyrillic-ext,latin,cyrillic' ] } | |
}; | |
(function() { | |
var wf = document.createElement('script'); | |
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + | |
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; | |
wf.type = 'text/javascript'; | |
wf.async = 'true'; | |
var s = document.getElementsByTagName('script')[0]; | |
s.parentNode.insertBefore(wf, s); | |
})(); </script> | |
<meta charset="utf-8"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment