Skip to content

Instantly share code, notes, and snippets.

@kelseyll
Last active September 27, 2016 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kelseyll/4054987d65164c597e211813569e99c4 to your computer and use it in GitHub Desktop.
Save kelseyll/4054987d65164c597e211813569e99c4 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "heading";
src:url('../fonts/DomaineDisplay-Semibold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
h1 {
font-family: "heading", "Helvectica Neue", serif;
font-size: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment