how to add fonts in scss using font-face code example
Example: custom font family using @font-face
@font-face
{
font-family: myFirstFont;
src: url(sansation_light.woff);
}
@font-face
{
font-family: myFirstFont;
src: url(sansation_light.woff);
}