Skip to content

Instantly share code, notes, and snippets.

@dillongreen
Last active January 2, 2016 05:29
Show Gist options
  • Save dillongreen/8257718 to your computer and use it in GitHub Desktop.
Save dillongreen/8257718 to your computer and use it in GitHub Desktop.
usind a CDN to include fonts
<head>
<title>Some Title</title>
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700,700italic|Ubuntu+Mono' rel='stylesheet' type='text/css'/>
<link href="//vjs.zencdn.net/4.3/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.3/video.js"></script>
<meta name="viewport" content="initial-scale=1">
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment