Skip to content

Instantly share code, notes, and snippets.

@davelab6
Created August 3, 2017 16:13
Show Gist options
  • Save davelab6/78c0ef372eed7f71334b6e8d8a0a0551 to your computer and use it in GitHub Desktop.
Save davelab6/78c0ef372eed7f71334b6e8d8a0a0551 to your computer and use it in GitHub Desktop.
Proxima Nova External // source https://jsbin.com/tudimev
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Proxima Nova External</title>
<style id="jsbin-css">
@import url(https://fonts.googleapis.com/css?family=Proxima+Nova)
h1 {font-family: "Proxima Nova"}
</style>
</head>
<body>
<h1>Hello World</h1>
<script id="jsbin-source-css" type="text/css">@import url(https://fonts.googleapis.com/css?family=Proxima+Nova)
h1 {font-family: "Proxima Nova"}</script>
</body>
</html>
@import url(https://fonts.googleapis.com/css?family=Proxima+Nova)
h1 {font-family: "Proxima Nova"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment