Last active
October 11, 2015 02:37
-
-
Save query/3789881 to your computer and use it in GitHub Desktop.
Revisions
-
query renamed this gist
Jan 23, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
query created this gist
Sep 26, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,68 @@ @font-face { font-family: 'Arial'; src: local('HelveticaNeue'); } @font-face { font-family: 'Arial'; font-weight: bold; src: local('HelveticaNeue-Bold'); } @font-face { font-family: 'Arial'; font-style: italic; src: local('HelveticaNeue-Italic'); } @font-face { font-family: 'Arial'; font-weight: bold; font-style: italic; src: local('HelveticaNeue-BoldItalic'); } @font-face { font-family: 'Arial Unicode MS'; src: local('HelveticaNeue'); } @font-face { font-family: 'Arial Unicode MS'; font-weight: bold; src: local('HelveticaNeue-Bold'); } @font-face { font-family: 'Arial Unicode MS'; font-style: italic; src: local('HelveticaNeue-Italic'); } @font-face { font-family: 'Arial Unicode MS'; font-weight: bold; font-style: italic; src: local('HelveticaNeue-BoldItalic'); } /* OS X doesn't ship with these weights of Helvetica Neue out of the * box; these replacements instead refer to Adobe variants, and thus * won't work unless you have them installed. */ @font-face { font-family: 'Arial Black'; src: local('HelveticaNeueLTStd-Blk'); } @font-face { font-family: 'Arial Black'; font-weight: bold; src: local('HelveticaNeueLTStd-Blk'); } @font-face { font-family: 'Arial Narrow'; src: local('HelveticaNeueLTStd-Cn'); }