Skip to content

Instantly share code, notes, and snippets.

@n8
Created February 4, 2016 19:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n8/64748ac46ee67051dc45 to your computer and use it in GitHub Desktop.
Save n8/64748ac46ee67051dc45 to your computer and use it in GitHub Desktop.
/* ++++++++++++++++++ Highrise (http://highrisehq.com) ------------------------------------------------------ */
/* ------------------ Main App Styles ----------------------------------------------------------------------- */
@font-face {
font-family: 'Highrise Open Sans';
font-style: normal;
font-weight: 400;
src: url("//static.highrisehq.com/web/fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("//static.highrisehq.com/web/fonts/opensans-regular.woff2") format("woff2"), url("//static.highrisehq.com/web/fonts/opensans-regular.woff") format("woff"), url("//static.highrisehq.com/web/fonts/opensans-regular.ttf") format("truetype"); }
@font-face {
font-family: 'Highrise Open Sans';
font-style: normal;
font-weight: 600;
src: url("//static.highrisehq.com/web/fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("//static.highrisehq.com/web/fonts/opensans-semibold.woff2") format("woff2"), url("//static.highrisehq.com/web/fonts/opensans-semibold.woff") format("woff"), url("//static.highrisehq.com/web/fonts/opensans-semibold.ttf") format("truetype"); }
@font-face {
font-family: 'Highrise Open Sans';
font-style: normal;
font-weight: 700;
src: url("//static.highrisehq.com/web/fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("//static.highrisehq.com/web/fonts/opensans-bold.woff2") format("woff2"), url("//static.highrisehq.com/web/fonts/opensans-bold.woff") format("woff"), url("//static.highrisehq.com/web/fonts/opensans-bold.ttf") format("truetype"); }
@font-face {
font-family: 'Highrise Open Sans';
font-style: italic;
font-weight: 400;
src: url("//static.highrisehq.com/web/fonts/opensans-italic.eot?#iefix") format("embedded-opentype"), url("//static.highrisehq.com/web/fonts/opensans-italic.woff2") format("woff2"), url("//static.highrisehq.com/web/fonts/opensans-italic.woff") format("woff"), url("//static.highrisehq.com/web/fonts/opensans-italic.ttf") format("truetype"); }
@font-face {
font-family: 'Highrise Open Sans';
font-style: italic;
font-weight: 600;
src: url("//static.highrisehq.com/web/fonts/opensans-semibolditalic.eot?#iefix") format("embedded-opentype"), url("//static.highrisehq.com/web/fonts/opensans-semibolditalic.woff2") format("woff2"), url("//static.highrisehq.com/web/fonts/opensans-semibolditalic.woff") format("woff"), url("//static.highrisehq.com/web/fonts/opensans-semibolditalic.ttf") format("truetype"); }
@font-face {
font-family: 'Highrise Open Sans';
font-style: italic;
font-weight: 700;
src: url("//static.highrisehq.com/web/fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("//static.highrisehq.com/web/fonts/opensans-bold.woff2") format("woff2"), url("//static.highrisehq.com/web/fonts/opensans-bold.woff") format("woff"), url("//static.highrisehq.com/web/fonts/opensans-bold.ttf") format("truetype"); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment