Skip to content

Instantly share code, notes, and snippets.

@drrobotnik
Created April 25, 2014 05:16
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 drrobotnik/11278295 to your computer and use it in GitHub Desktop.
Save drrobotnik/11278295 to your computer and use it in GitHub Desktop.
mixin output
@font-face {
font-family: "Nexa";
src: url("nexa/nexa_regular-webfont.eot?76871668");
src: url("nexa/nexa_regular-webfont.eot?76871668#iefix") format("embedded-opentype"), url("nexa/nexa_regular-webfont.woff?76871668") format("woff"), url("nexa/nexa_regular-webfont.ttf?76871668") format("truetype"), url("nexa/nexa_regular-webfont.svg?76871668#rosche") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Nexa";
src: url("nexa/nexa_bold-webfont.eot?76871668");
src: url("nexa/nexa_bold-webfont.eot?76871668#iefix") format("embedded-opentype"), url("nexa/nexa_bold-webfont.woff?76871668") format("woff"), url("nexa/nexa_bold-webfont.ttf?76871668") format("truetype"), url("nexa/nexa_bold-webfont.svg?76871668#rosche") format("svg");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Nexa";
src: url("nexa/nexa_black-webfont.eot?76871668");
src: url("nexa/nexa_black-webfont.eot?76871668#iefix") format("embedded-opentype"), url("nexa/nexa_black-webfont.woff?76871668") format("woff"), url("nexa/nexa_black-webfont.ttf?76871668") format("truetype"), url("nexa/nexa_black-webfont.svg?76871668#rosche") format("svg");
font-weight: bolder;
font-style: normal;
}
.font-Nexa {
font-family: "Nexa";
}
@font-face {
font-family: "TinFish";
src: url("font/tin-fish.eot?76871668");
src: url("font/tin-fish.eot?76871668#iefix") format("embedded-opentype"), url("font/tin-fish.woff?76871668") format("woff"), url("font/tin-fish.ttf?76871668") format("truetype"), url("font/tin-fish.svg?76871668#rosche") format("svg");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "TinFish";
src: url("font/tin-fish.eot?76871668");
src: url("font/tin-fish.eot?76871668#iefix") format("embedded-opentype"), url("font/tin-fish.woff?76871668") format("woff"), url("font/tin-fish.ttf?76871668") format("truetype"), url("font/tin-fish.svg?76871668#rosche") format("svg");
font-weight: italic;
font-style: normal;
}
@font-face {
font-family: "TinFish";
src: url("font/tin-fish.eot?76871668");
src: url("font/tin-fish.eot?76871668#iefix") format("embedded-opentype"), url("font/tin-fish.woff?76871668") format("woff"), url("font/tin-fish.ttf?76871668") format("truetype"), url("font/tin-fish.svg?76871668#rosche") format("svg");
font-weight: normal;
font-style: normal;
}
.font-TinFish {
font-family: "TinFish";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment