Skip to content

Instantly share code, notes, and snippets.

@kulia26
Created March 16, 2015 19:15
Show Gist options
  • Select an option

  • Save kulia26/5aa8d7de807bf9d4aea6 to your computer and use it in GitHub Desktop.

Select an option

Save kulia26/5aa8d7de807bf9d4aea6 to your computer and use it in GitHub Desktop.

Revisions

  1. kulia26 created this gist Mar 16, 2015.
    10 changes: 10 additions & 0 deletions styles.less
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    @font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeueRegular.otf');
    src: url('fonts/BebasNeueRegular.otf') format('otf'),
    url('FileName.ttf') format('truetype');
    src: url(fonts/BebasNeueRegular.otf);
    src: url(fonts/BebasNeueRegular.ttf);
    font-style: normal;
    font-weight: normal;
    }