-
-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Are there any downsides to setting this by default?
body {
font-family:
'-apple-system',
'system-ui',
'BlinkMacSystemFont',
'Segoe UI',
'Roboto',
'Helvetica Neue',
'Arial',
'sans-serif',
'Apple Color Emoji',
'Segoe UI Emoji',
'Segoe UI Symbol';
}
Users then get good defaults but can override it with their own body
selector if they want.
Alternatively, if this gets a lot of resistance, we could provide a CSS variable, so users who want it can just do:
body {
font-family: var(--system-fonts);
}
Thoughts?
(If you 👎 please also share your thoughts on why)
oieduardorabelo, lukasoppermann, vinkla, filipekiss, pschfr and 29 morefvsch and toastal
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested