@font-face {
    font-family: 'Code Pro';
    src: local('Code Pro Regular'), local('Code-Pro-Regular'),
        url('Code-Pro.woff2') format('woff2'),
        url('Code-Pro.woff') format('woff'),
        url('Code-Pro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }