Open moderndeveloperllc opened 6 years ago
Thanks! I do have this idea in my own backlog of improvements. I need to dump all of those in GitHub, should not harbor them in my own head.
I’ve added this font stack in my own notes as an alternative. Have to read the article you linked to learn more about the alternatives.
font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Courier, monospace;
I’ve also been thinking about adding a “secondary font-family”, which could be used for headings, which would default to the main font-family.
Thanks! I do have this idea in my own backlog of improvements. I need to dump all of those in GitHub, should not harbor them in my own head.
I’ve added this font stack in my own notes as an alternative. Have to read the article you linked to learn more about the alternatives.
font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Courier, monospace;
Those look to be good families. have you had a chance to play around on different OSs/browsers to see if they are all valid?
@moderndeveloperllc, no I haven’t really had any time to continue this research. I would expect that the stacks listed in the article perform better than the one I added in my comments.
It looks like y'all are using a system stack for
--lumo-font-family
. I was hoping that y'all might implement a monospace system stack variable like--lumo-font-family-monospace
. Currently there are a few stacks floating around.Github:
Bootstrap 4:
This article points out some the the pros and cons to each.