scala3 icon indicating copy to clipboard operation
scala3 copied to clipboard

Add scaladoc typography fallback fonts

Open JD557 opened this issue 3 years ago • 0 comments

Adds the correct fallback fonts to the typography.css. This improves readibility for users who for some reason can't load the fonts (e.g. disabled JS/custom fonts on their browsers). WIthout this change, inline code would not use a monospace font on such cases.

Before
After

JD557 avatar Sep 18 '22 07:09 JD557