@font-face {
font-family: "SourceSansPro";
src: url("CustomFont.eot");
src: url("CustomFont.woff") format("woff"),
url("SourceSansPro-Bold.otf") format("opentype"),
url("CustomFont.svg#filename") format("svg");
}

@font-face {
font-family: "Quicksand";
src: url("CustomFont.eot");
src: url("CustomFont.woff") format("woff"),
url("Quicksand-Regular.otf") format("opentype"),
url("CustomFont.svg#filename") format("svg");
}
