Add font to CSS

PHOTO EMBED

Tue Mar 09 2021 22:03:00 GMT+0000 (Coordinated Universal Time)

Saved by @kaden

@font-face {
      font-family: 'kadenb';
      src: url('./font/kadenb.eot?93080539');
      src: url('./font/kadenb.eot?93080539#iefix') format('embedded-opentype'),
           url('./font/kadenb.woff?93080539') format('woff'),
           url('./font/kadenb.ttf?93080539') format('truetype'),
           url('./font/kadenb.svg?93080539#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }

    .icon-verified {
      font-family: "kadenb";
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      color: rgb(68, 186, 255);
      display: inline-block;
      text-decoration: none;
      text-align: center;
      
    }
content_copyCOPY