Skip to content

Instantly share code, notes, and snippets.

@query
Last active October 11, 2015 02:37
Show Gist options
  • Select an option

  • Save query/3789881 to your computer and use it in GitHub Desktop.

Select an option

Save query/3789881 to your computer and use it in GitHub Desktop.

Revisions

  1. query renamed this gist Jan 23, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. query created this gist Sep 26, 2012.
    68 changes: 68 additions & 0 deletions gistfile1.css
    Original 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');
    }