Typography Secrets: New Possibilities of the CSS font-palette Property Modern web design is rapidly moving away from static and boring text solutions. Whereas previously, creating eye-catching “color” headings required using complex SVG masks, overlaying images on top of text, or even inserting text as an image (which is terrible for SEO), today the situation has changed dramatically. The font-palette property enters the scene—a tool that opens a new era in digital typography. What are color fonts and what does font-palette have to do with them? To understand the power of font-palette , you first need to get familiar with the color font format (COLRv1). Unlike standard fonts, where each glyph is just a path filled with a single color via the color property, color fonts contain layers, gradients, and even glow effects within them. The font-palette property allows web developers to control these internal font colors directly from CSS.…