CSS 2 min read CSS font-size-adjust is now in Baseline The CSS font-size-adjust property lands in Chrome today, and becomes part of Baseline Newly Available. This property can help prevent shifting of your layout when fallback fonts are loaded, and ensure legibility of fallback fonts at smaller font sizes. The font-size-adjust property is part of Interop 2024, so this is
CSS 3 min read @property: Next-gen CSS variables now with universal browser support Get ready for a CSS power-up! The @property rule, part of the CSS Houdini umbrella of APIs, is now fully supported across all modern browsers. This game-changing feature unlocks new levels of control and flexibility for CSS custom properties (also known as CSS variables), making your stylesheets smarter and more
CSS 2 min read The CSS stepped value math functions are now in Baseline 2024 All major engines now support the CSS stepped value math functions— round(), mod(), and rem(). The round() function The round() function takes a value to be rounded, a rounding interval, and an optional rounding strategy. The value is rounded according to the rounding strategy, to the nearest integer multiple of
CSS 3 min read The CSS content-visibility property is now available The introduction of Interaction to Next Paint (INP) as a Core Web Vital metric early in 2024 has created more interest in rendering performance. Part of INP focuses on what it takes for the browser to paint the next frame after a user initiates an interaction with the page. Keeping