Skip to content

Instantly share code, notes, and snippets.

@fabriziogiordano
Last active December 14, 2015 05:09
Show Gist options
  • Select an option

  • Save fabriziogiordano/5033660 to your computer and use it in GitHub Desktop.

Select an option

Save fabriziogiordano/5033660 to your computer and use it in GitHub Desktop.
<style type="text/css">
@font-face{
font-family: RedactedFont;
src: url('Redacted-Font/fonts/web/redacted-script.eot'); /* For IE */
src: local('redacted-script'), url('Redacted-Font/fonts/web/redacted-script.ttf') format('truetype'); /* For non-IE */
}
* {
font-family: RedactedFont;
font-size: 22pt;
}
</style>
<h1>Font</h1>
<p>This paragraph will use a doodle font</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment