Skip to content

Instantly share code, notes, and snippets.

@wuworkshop
Created September 5, 2014 00:08
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 wuworkshop/741c22184aa698767b3e to your computer and use it in GitHub Desktop.
Save wuworkshop/741c22184aa698767b3e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.1)
// Compass (v1.0.1)
// ----
// @Font-face
// =========
// Not so sassy use of @font-face. Let's make it better.
@font-face {
font-family: 'BullenReg';
src:url('fonts/bullen/BullenReg.eot');
src:url('fonts/BullenReg.eot?#iefix') format('embedded-opentype'),
url('fonts/BullenReg.woff') format('woff'),
url('fonts/BullenReg.ttf') format('truetype'),
url('fonts/BullenReg.svg?#BullenReg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BullenBold';
src:url('fonts/bullen/BullenBold.eot');
src:url('fonts/BullenBold.eot?#iefix') format('embedded-opentype'),
url('fonts/BullenBold.woff') format('woff'),
url('fonts/BullenBold.ttf') format('truetype'),
url('fonts/BullenBold.svg?#BullenBold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'BullenBoldItalic';
src:url('fonts/bullen/BullenBoldItalic.eot');
src:url('fonts/BullenBoldItalic.eot?#iefix') format('embedded-opentype'),
url('fonts/BullenBoldItalic.woff') format('woff'),
url('fonts/BullenBoldItalic.ttf') format('truetype'),
url('fonts/BullenBoldItalic.svg?#BullenBoldItalic') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'BullenReg';
src: url("fonts/bullen/BullenReg.eot");
src: url("fonts/BullenReg.eot?#iefix") format("embedded-opentype"), url("fonts/BullenReg.woff") format("woff"), url("fonts/BullenReg.ttf") format("truetype"), url("fonts/BullenReg.svg?#BullenReg") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BullenBold';
src: url("fonts/bullen/BullenBold.eot");
src: url("fonts/BullenBold.eot?#iefix") format("embedded-opentype"), url("fonts/BullenBold.woff") format("woff"), url("fonts/BullenBold.ttf") format("truetype"), url("fonts/BullenBold.svg?#BullenBold") format("svg");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'BullenBoldItalic';
src: url("fonts/bullen/BullenBoldItalic.eot");
src: url("fonts/BullenBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/BullenBoldItalic.woff") format("woff"), url("fonts/BullenBoldItalic.ttf") format("truetype"), url("fonts/BullenBoldItalic.svg?#BullenBoldItalic") format("svg");
font-weight: bold;
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment