google fonts
append &type=.css to the External Resources url
by SHELDON PASCIAK
HTML
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans&type=.css">
<script src="https://fonts.googleapis.com/css?family=Oswald:400,700,300"></script>
<script src="https://fonts.gstatic.com/s/oswald/v11/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2"></script>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Allerta+Stencil" rel="stylesheet">
<style>
body {
font-family: 'Tangerine', serif;
font-size: 48px;
}
</style>
</head>
<body>
<div>Making the Web Beautiful!</div>
</body>
</html>