I'm using Poppins font and I need to switch the a from the default to the variant. How can make that happen throughout my entire website? visual of the glyphs with each code
You can apply CSS styling font-feature-settings: "ss02" on;
to the content that needs the 'ss02' feature applied.