Skip to content

Instantly share code, notes, and snippets.

@cliftoncanady
Created August 26, 2014 04:04
Show Gist options
  • Save cliftoncanady/09e89b571e46a71367ba to your computer and use it in GitHub Desktop.
Save cliftoncanady/09e89b571e46a71367ba to your computer and use it in GitHub Desktop.
CSS Snippet: @font-face Colfax
@font-face {
font-family:'Colfax-Regular';
src:url(/fonts/Colfax-Regular.eot);
src:url(/fonts/Colfax-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/Colfax-Regular.woff) format("woff"),url(/fonts/Colfax-Regular.ttf) format("truetype"),url(/fonts/Colfax-Regular.svg#svgFontName) format("svg")
}
@font-face {
font-family:'Colfax-Medium';
src:url(/fonts/Colfax-Medium.eot);
src:url(/fonts/Colfax-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/Colfax-Medium.woff) format("woff"),url(/fonts/Colfax-Medium.ttf) format("truetype"),url(/fonts/Colfax-Medium.svg#svgFontName) format("svg")
}
@font-face {
font-family:'Colfax-Bold';
src:url(/fonts/Colfax-Bold.eot);
src:url(/fonts/Colfax-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/Colfax-Bold.woff) format("woff"),url(/fonts/Colfax-Bold.ttf) format("truetype"),url(/fonts/Colfax-Bold.svg#svgFontName) format("svg")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment