-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
The text of <select>
elements with font-family: "Quicksand"
is cropped and only partially visible even with no additional CSS is applied.
Live example: https://codepen.io/zoyara/pen/GVjdNq (tested in Chrome v75)
Interestingly this only happens when at least two font-weights are loaded from Google Fonts, e.g.
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap" rel="stylesheet">
With only one font-weight, the text in the <select>
element renders normally:
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
Example with one font-weight: https://codepen.io/zoyara/pen/aemGvX. This example is identical to to previous one except it only loads https://fonts.googleapis.com/css?family=Quicksand:400&display=swap