Hello All,
I have seen a couple posts about this and I have tried 2 solutions with no luck. I am trying to add the attached font to my site by following the normal steps of adding the asset and then editing the base.css.
This is the code I have added to my base.css for a font called: StereoGothic500.woff2
@font-face {
font-family: ‘StereoGothic500’;
src: url(‘StereoGothic500.woff2’) format(‘woff2’);
font-style: normal;
}
tagname or .classname or #id{
font-family: StereoGothic500;
}
Please share if you can see i am doing something wrong.

