- Status: accepted
- Deciders: Pietro
- Date: 2018-10-02
Should the component come with it's own font? or just inherit from the app/enviroment it has been used in?
Looking into mono or duo space fonts can help with readability, see this article
Default system stack, covers most monospaced ones in various systems
/* Monospace stack */
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
fall-backs
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
https://www.cssfontstack.com/Helvetica
As it is a component, concluded it should not enforce anything in css.