Skip to content

Instantly share code, notes, and snippets.

@mufaddalmw
Created June 26, 2013 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mufaddalmw/5865807 to your computer and use it in GitHub Desktop.
Save mufaddalmw/5865807 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'Liberation Sans';
src: url('fonts/LiberationSans-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Liberation Sans';
src: url('fonts/LiberationSans-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Liberation Sans';
src: url('fonts/LiberationSans-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Liberation Sans';
src: url('fonts/LiberationSans-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment