Skip to content

Instantly share code, notes, and snippets.

@y0n3r
Created August 27, 2013 21:43
Show Gist options
  • Save y0n3r/6359563 to your computer and use it in GitHub Desktop.
Save y0n3r/6359563 to your computer and use it in GitHub Desktop.
A partial font list used by FNR.
/*
Font: Franklin Gothic
Style: Book
URL: http://www.youworkforthem.com/product.php?sku=T0987
Foundry: URW++
Foundry: http://www.youworkforthem.com/designer/204/urw
Copyright: Copyright 2010 URW++ Design & Development
Version: 1.1
Created: September 06, 2012
License: http://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
font-family: "Demi";
src: url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-demi.eot');
src: url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-demi.eot?#iefix') format('embedded-opentype'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-demi.woff') format('woff'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-demi.ttf') format('truetype'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-demi.svg#ywftsvg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Demi Condensed Medium";
src: url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-cond-medium.eot');
src: url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-cond-medium.eot?#iefix') format('embedded-opentype'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-cond-medium.woff') format('woff'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-cond-medium.ttf') format('truetype'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-cond-medium.svg#ywftsvg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Demi Extra Compressed";
src: url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-ext-comp-d-demi.eot');
src: url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-ext-comp-d-demi.eot?#iefix') format('embedded-opentype'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-ext-comp-d-demi.woff') format('woff'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-ext-comp-d-demi.ttf') format('truetype'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-ext-comp-d-demi.svg#ywftsvg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Book Condensed";
src: url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-cond-book.eot');
src: url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-cond-book.eot?#iefix') format('embedded-opentype'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-cond-book.woff') format('woff'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-cond-book.ttf') format('truetype'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-cond-book.svg#ywftsvg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Book Extra Compressed';
src: url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-ext-comp-d-book.eot');
src: url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-ext-comp-d-book.eot?#iefix') format('embedded-opentype'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-ext-comp-d-book.woff') format('woff'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-ext-comp-d-book.ttf') format('truetype'),
url('http://mobile-aim-poc.s3.amazonaws.com/franklin-gothic-urw-ext-comp-d-book.svg#ywftsvg') 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