Skip to content

Instantly share code, notes, and snippets.

View davidsmith2's full-sized avatar

David Smith davidsmith2

View GitHub Profile
.import(@fontName, @fontWeight) {
@font-face {
@fontPrefix: museosans;
@fontDir: fonts;
font-family: @fontName;
src: url("@{fontDir}/@{fontPrefix}_@{fontWeight}.eot");
src: url("@{fontDir}/@{fontPrefix}_@{fontWeight}.eot?#iefix") format('embedded-opentype'),
url("@{fontDir}/@{fontPrefix}_@{fontWeight}.otf") format('opentype');
}
}
@davidsmith2
davidsmith2 / SassMeister-input-HTML.html
Created April 17, 2014 20:17
Generated by SassMeister.com.
<p class="museoOne"><em>Test</em></p>