Skip to content

Instantly share code, notes, and snippets.

@kovaldn
Last active April 8, 2020 17:58
Show Gist options
  • Save kovaldn/5676048 to your computer and use it in GitHub Desktop.
Save kovaldn/5676048 to your computer and use it in GitHub Desktop.
CSS: font-face
@font-face {
font-family: 'bebas';
src: url('../fonts/firasans-book.eot');
src: url('../fonts/firasans-book.eot?#iefix') format('eot'),
url('../fonts/firasans-book.woff') format('woff'),
url('../fonts/bebas.ttf') format('truetype'),
url('../fonts/firasans-book.svg#svgFirasans-book') 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