Skip to content

Instantly share code, notes, and snippets.

@apollwebservices
Created August 29, 2016 20:59
Show Gist options
  • Select an option

  • Save apollwebservices/d6ffabf1be024ef2ad9b376b300a19be to your computer and use it in GitHub Desktop.

Select an option

Save apollwebservices/d6ffabf1be024ef2ad9b376b300a19be to your computer and use it in GitHub Desktop.
Conbraco Branded Font Set
@font-face {
font-family: "Mission Gothic_Black Italic";
src: url("@{custom-font-url}Mission Gothic Black Italic_web.eot");
src: url("@{custom-font-url}Mission Gothic Black Italic_web.eot?#iefix") format("embedded-opentype"),
url("@{custom-font-url}Mission Gothic Black Italic_web.woff") format("woff"),
url("@{custom-font-url}Mission Gothic Black Italic_web.ttf") format("truetype"),
url("@{custom-font-url}Mission Gothic Black Italic_web.svg#svgFontName") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Mission Gothic_Black";
src: url("@{custom-font-url}Mission Gothic Black_web.eot");
src: url("@{custom-font-url}Mission Gothic Black_web.eot?#iefix") format("embedded-opentype"),
url("@{custom-font-url}Mission Gothic Black_web.woff") format("woff"),
url("@{custom-font-url}Mission Gothic Black_web.ttf") format("truetype"),
url("@{custom-font-url}Mission Gothic Black_web.svg#svgFontName") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Mission Gothic_Bold Italic";
src: url("@{custom-font-url}Mission Gothic Bold Italic_web.eot");
src: url("@{custom-font-url}Mission Gothic Bold Italic_web.eot?#iefix") format("embedded-opentype"),
url("@{custom-font-url}Mission Gothic Bold Italic_web.woff") format("woff"),
url("@{custom-font-url}Mission Gothic Bold Italic_web.ttf") format("truetype"),
url("@{custom-font-url}Mission Gothic Bold Italic_web.svg#svgFontName") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Mission Gothic_Bold";
src: url("@{custom-font-url}Mission Gothic Bold_web.eot");
src: url("@{custom-font-url}Mission Gothic Bold_web.eot?#iefix") format("embedded-opentype"),
url("@{custom-font-url}Mission Gothic Bold_web.woff") format("woff"),
url("@{custom-font-url}Mission Gothic Bold_web.ttf") format("truetype"),
url("@{custom-font-url}Mission Gothic Bold_web.svg#svgFontName") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Mission Gothic_Light Italic";
src: url("@{custom-font-url}Mission Gothic Light Italic_web.eot");
src: url("@{custom-font-url}Mission Gothic Light Italic_web.eot?#iefix") format("embedded-opentype"),
url("@{custom-font-url}Mission Gothic Light Italic_web.woff") format("woff"),
url("@{custom-font-url}Mission Gothic Light Italic_web.ttf") format("truetype"),
url("@{custom-font-url}Mission Gothic Light Italic_web.svg#svgFontName") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Mission Gothic_Light";
src: url("@{custom-font-url}Mission Gothic Light_web.eot");
src: url("@{custom-font-url}Mission Gothic Light_web.eot?#iefix") format("embedded-opentype"),
url("@{custom-font-url}Mission Gothic Light_web.woff") format("woff"),
url("@{custom-font-url}Mission Gothic Light_web.ttf") format("truetype"),
url("@{custom-font-url}Mission Gothic Light_web.svg#svgFontName") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Mission Gothic_Regular Italic";
src: url("@{custom-font-url}Mission Gothic Regular Italic_web.eot");
src: url("@{custom-font-url}Mission Gothic Regular Italic_web.eot?#iefix") format("embedded-opentype"),
url("@{custom-font-url}Mission Gothic Regular Italic_web.woff") format("woff"),
url("@{custom-font-url}Mission Gothic Regular Italic_web.ttf") format("truetype"),
url("@{custom-font-url}Mission Gothic Regular Italic_web.svg#svgFontName") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Mission Gothic_Regular";
src: url("@{custom-font-url}Mission Gothic Regular_web.eot");
src: url("@{custom-font-url}Mission Gothic Regular_web.eot?#iefix") format("embedded-opentype"),
url("@{custom-font-url}Mission Gothic Regular_web.woff") format("woff"),
url("@{custom-font-url}Mission Gothic Regular_web.ttf") format("truetype"),
url("@{custom-font-url}Mission Gothic Regular_web.svg#svgFontName") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Mission Gothic_Thin Italic";
src: url("@{custom-font-url}Mission Gothic Thin Italic_web.eot");
src: url("@{custom-font-url}Mission Gothic Thin Italic_web.eot?#iefix") format("embedded-opentype"),
url("@{custom-font-url}Mission Gothic Thin Italic_web.woff") format("woff"),
url("@{custom-font-url}Mission Gothic Thin Italic_web.ttf") format("truetype"),
url("@{custom-font-url}Mission Gothic Thin Italic_web.svg#svgFontName") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Mission Gothic_Thin";
src: url("@{custom-font-url}Mission Gothic Thin_web.eot");
src: url("@{custom-font-url}Mission Gothic Thin_web.eot?#iefix") format("embedded-opentype"),
url("@{custom-font-url}Mission Gothic Thin_web.woff") format("woff"),
url("@{custom-font-url}Mission Gothic Thin_web.ttf") format("truetype"),
url("@{custom-font-url}Mission Gothic Thin_web.svg#svgFontName") 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