A page will crash in MacOS Safari 12 at the moment the user clicks a select element whose font-family is Quicksand.
<form>
<select style="font-family: 'Quicksand';border: 0;">
<option>Click here to crash this page</option>
</select>
</form>
<link rel='stylesheet' type='text/css' href='//fonts.googleapis.com/css?family=Quicksand:400,500'/>