Published at
Updated at
Reading time
2min

I just had a look at the current Chromium DevTools experiments (Chrome and Edge) and enabled three handy new features. Let's have a look!

How to enable Chromium experiments

First, how do you enable Chromium experiments?

You can either hit the little gear icons in the top-right corner and navigate to "Experiments". As a heavy keyboard user, I preview the shortcut way: open the command palette with CMD + Shift + p and go directly to the experiments menu.

Chrome DevTools command palette with an "Show experiments" command

Look at all these possibly upcoming Chromium DevTools features and play around with them. That's why they're there!

CSS Overview

CSS overview feature showing statistics and number of colors.

There are many CSS analysis tools out there, but having them right in your developer tools is super handy. The CSS overview lists defined colors and media queries, used fonts and useless CSS declarations. It's time to clean up your CSS!

Warnings about low contrast text

Low contrast warning in Chrome DevTools

Low contrast text is one of the most common accessibility issues. Tools like Lighthouse check for these when you scan your site, but wouldn't it be great if the DevTools would tell you about issues right away? I (and the Chromium DevTools folks) think so, too, and that's why you can enable "Contrast issue reporting" to see warnings in your console. 💯

A new font editor tool

A new font editor tool that allows you to define font size, line height,font weight and font family in a handy UI.

I always found it hard to define and style custom fonts. The new font editor helps with that and allows to change font settings with a visual UI!

I love all this new DevTools functionality and can't wait to see what's next!

Was this post helpful?
Yes? Cool! You might want to check out Web Weekly for more web development articles. The last edition went out 7 days ago.
Stefan standing in the park in front of a green background

About Stefan Judis

Frontend nerd with over ten years of experience, freelance dev, "Today I Learned" blogger, conference speaker, and Open Source maintainer.

Related Topics

Related Articles