Add `monospace` as fallback for `"Fira Code"`
rben01 opened this issue · comments
Robert commented
If "Fira Code"
is unavailable on the user's system, the presence of the font-family
rule causes code to fall back to the default serif font. The monospace
font should be added after, e.g., font-family: "Fira Code", monospace;
, in order to fall back to the system monospace font.
Robert commented
Leon Wong commented
Thanks, that’s a good point. I’ll fix this ASAP.
Leon Wong commented
Please check update and refresh. It should be fixed RN.
Thanks again for the issue.