I haven't tried to used it through SaaS but the build available through npm looks like this
@font-face {
font-family: 'Open Sans';
src: url("fonts/OpenSans-Regular-webfont.eot");
src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
font-weight: normal;
font-weight: 400;
font-style: normal; }
and seems it should be
src: url("../fonts/OpenSans-Regular-webfont.eot");
Thanks
I haven't tried to used it through SaaS but the build available through npm looks like this
and seems it should be
Thanks