Skip to content

Instantly share code, notes, and snippets.

@hakimel
Created August 6, 2013 12:52
Show Gist options
  • Save hakimel/6164200 to your computer and use it in GitHub Desktop.
Save hakimel/6164200 to your computer and use it in GitHub Desktop.
Slid.es font include font via CSS editor
@font-face {
font-family: 'Cabin Sketch';
font-style: normal;
font-weight: 700;
src: url('cabinsketch-regular.eot');
src: url('cabinsketch-regular.eot?#iefix') format('embedded-opentype'),
url('cabinsketch-regular.woff') format('woff'),
url('cabinsketch-regular.ttf') format('truetype');
}
.slides, .slides h1, .slides h2, .slides h3 {
font-family: "Cabin Sketch";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment