mono font family variable fallback in css preflight #1704
-
Hi there 👋🏻 , Thanks for your amazing job on this library. I have a question (maybe dumb) regarding font fallback value on mono family in preflight css reset: I see that ${selector}pre {
font-size: 1em;
--font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
font-family: var(--global-font-mono, var(--font-fallback)); // <----- HERE
} Thanks in advance for your help on this. I wish you a great day ☀️ Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
Nov 22, 2023
Replies: 1 comment
-
Good catch @smarlhens, I've updated the code as needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
smarlhens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good catch @smarlhens,
I've updated the code as needed.