Skip to content

Instantly share code, notes, and snippets.

@matiskay
Created May 22, 2013 04:00
Show Gist options
  • Save matiskay/5625162 to your computer and use it in GitHub Desktop.
Save matiskay/5625162 to your computer and use it in GitHub Desktop.
@import "compass/css3";
@include font-face("Source Sans Pro",
font-files(
"SourceSansPro-Regular.ttf",
"SourceSansPro-Bold.ttf"
)
);
h1 {
font-family: "Source Sans Pro", sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment