I have the following CSS – how would I describe it in SASS? I’ve tried reverse compiling it with css2sass, and just keep getting errors…. is it my CSS (which works 😉 )?
@font-face {
font-family: 'bingo';
src: url("bingo.eot");
src: local('bingo'),
url("bingo.svg#bingo") format('svg'),
url("bingo.otf") format('opentype');
}
In case anyone was wondering – it was probably my css…
will render as
which seems to be close enough… just need to check the SVG rendering