Quirico Tursi
Quirico Tursi
> Even "just" having monospaced numbers could improve some use cases significantly. @fabiospampinato It's already there and it's a feature called _tabular figures_. Set `font-feature-settings: 'tnum';` in your CSS. Other...
> @quirico That's right! 😨 I need to learn how that works then because I'm building a custom font with only a subset of the glyphs in Inter and I...
I had the same problem, but as Redux Dev Tools extension, you should configure your app main js file (usually main.js, index.js or app.js) to log to panel: follow instructions...