Skip to content

Instantly share code, notes, and snippets.

@spencerbeggs
Last active March 6, 2018 17:43
Show Gist options
  • Save spencerbeggs/4ae59ac416a4f0d1ef832762499222e4 to your computer and use it in GitHub Desktop.
Save spencerbeggs/4ae59ac416a4f0d1ef832762499222e4 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "I Made Up This Name";
src: url(https://fonts.gstatic.com/s/librefranklin/v1/PFwjf3aDdAQPvNKUrT3U7zi6aZXXSmqDXSFqcYJu3PE.ttf) format("truetype");
unicode-range: U+30-39;
}
body {
font-family: "I Made Up This Name", arial, san-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment