Created
September 5, 2014 00:06
-
-
Save rabellamy/59e180634a3cd9098333 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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