Skip to content

Instantly share code, notes, and snippets.

@wlippold
Created January 6, 2017 18:26
Show Gist options
  • Save wlippold/edb1ae070af0bbd741159b14ba7a12d2 to your computer and use it in GitHub Desktop.
Save wlippold/edb1ae070af0bbd741159b14ba7a12d2 to your computer and use it in GitHub Desktop.
Static
<html>
<head><title>How to create a font effects using google web fonts?</title>
<link href="http://fonts.googleapis.com/css?family=Frijole&effect=static"
rel="stylesheet" type="text/css">
</head>
<body style="text-align:center;">
<span class="font-effect-static" style="font-size:150px; font-family:Frijole;">Static!!</span><br>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment