@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Use "swap" instead of "block" */
  src: url('./material/material-icons-outlined.woff2') format("woff2"), 
       url("./material/material-icons-outlined.woff") format("woff");
}
