Results 1 comments of Sam Lee

> I base64 the src if that helps. > > ``` > @font-face { >   font-family: "CustomFont"; >   font-style: normal; > font-weight: 700; >   src: url(data:font/truetype;base64,....) > } > ```...