scss make a font default font-family in a font file code example
Example: how to find a fontface url
@font-face {
font-family: Chunkfive;
src: url('Chunkfive.otf');
}
@font-face {
font-family: Chunkfive;
src: url('Chunkfive.otf');
}