if i use @font-face font and font-variant: small-caps for the same selector the font will fallback to the next system default font in safari. how do i get around that?
if i use @font-face font and font-variant: small-caps for the same selector the font
Share
Well i think its just a bug 🙁 i now use :first-letter pseudo selector to achieve that