stylesheets: fix font of dropdown items on Firefox (#3917)

Correction de l'affichage des menus déroulants dans Firefox
This commit is contained in:
Pierre de La Morinerie 2019-06-04 11:53:09 +02:00 committed by GitHub
commit 5624b5a997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
@import "colors";
%new-type {
font-family: "Muli";
font-family: "Muli", system-ui, -apple-system, sans-serif;
color: $black;
}