-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Roboto Mono font for amounts #2006
Conversation
lukaw3d
commented
Jul 15, 2024
Before | After |
---|---|
Deployed to Cloudflare Pages
|
src/styles/main.css
Outdated
/** Use Arial for "." and "," instead of Roboto Mono. */ | ||
@font-face { | ||
font-family: 'Roboto Mono'; | ||
font-style: normal; | ||
font-weight: 300; | ||
font-display: swap; | ||
src: local("Arial"); | ||
unicode-range: U+002E, U+002C; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@buberdds is the "after" screenshot up to date? in a preview URL spacing looks weird
It is up to date. I tried it in Firefox now, and it looks like your screenshot. So this code isn't working consistently 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks much better