I'm having issue with fonts used with CSS components on Mac, it just load the default font. Any recommendation on how to make it work?
Here's how I do it on Windows
.scriptbutton {
background: transparent;
border: none;
font-family: 'Outfit Light';
font-size: 30px;
Thanks in advance!