Skip to content

Instantly share code, notes, and snippets.

@dexterbt1
Created May 19, 2013 13:25
Show Gist options
  • Save dexterbt1/5607616 to your computer and use it in GitHub Desktop.
Save dexterbt1/5607616 to your computer and use it in GitHub Desktop.
gibson font css
@font-face {
font-family: 'gibsonregular';
src: url('font/gibson-webfont.eot');
src: url('font/gibson-webfont.eot?#iefix') format('embedded-opentype'),
url('font/gibson-webfont.woff') format('woff'),
url('font/gibson-webfont.ttf') format('truetype'),
url('font/gibson-webfont.svg#gibsonregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'gibson_lightbold';
src: url('font/gibson-semibold-webfont.eot');
src: url('font/gibson-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('font/gibson-semibold-webfont.woff') format('woff'),
url('font/gibson-semibold-webfont.ttf') format('truetype'),
url('font/gibson-semibold-webfont.svg#gibson_lightbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'gibson_lightitalic';
src: url('font/gibson-light-italic-webfont.eot');
src: url('font/gibson-light-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('font/gibson-light-italic-webfont.woff') format('woff'),
url('font/gibson-light-italic-webfont.ttf') format('truetype'),
url('font/gibson-light-italic-webfont.svg#gibson_lightitalic') format('svg');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment