Skip to content

Quicksand font: letters cropped in <select> #2085

@TomOne

Description

@TomOne

The text of <select> elements with font-family: "Quicksand" is cropped and only partially visible even with no additional CSS is applied.

It looks like this: image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions