CSS Question (Font-Family)

I am using the universal selector in the CSS snippet below to use this font for the entire site. The issue is that the asterix is supposedly performance heavy.

Can someone please tell me the specific options that would allow me to use this font everywhere on the site but that would be more performance friendly?

* {
font-family: Quicksand, 'Open Sans', sans-serif;
}