Skip to content

Instantly share code, notes, and snippets.

@kulia26
Created March 16, 2015 19:15
Show Gist options
  • Save kulia26/5aa8d7de807bf9d4aea6 to your computer and use it in GitHub Desktop.
Save kulia26/5aa8d7de807bf9d4aea6 to your computer and use it in GitHub Desktop.
Font-face for my browser
@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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment