Have 2 types of sized in google icon font
I need to have 2 types of menu one with small icons and one with larger icons I have tried adding small class <!DOCTYPE html> <html> <body> <!doctype html> <html lang=”en”> <head> <link rel=”stylesheet” href=”https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,400,0,0″ /> <link href=”https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css” rel=”stylesheet” integrity=”sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65″ crossorigin=”anonymous”> <style> <style> .material-symbols-outlined { font-variation-settings: “FILL”0,”wght”400,”GRAD”0,”opsz”40 } .material-symbols-outlined-small { font-variation-settings: “FILL”0,”wght”100,”GRAD”0,”opsz”24 } </style> </style>… Read More Have 2 types of sized in google icon font