@font-face {
  font-family: 'cpp';
  src:  url('fonts/cpp.eot?9vk5or');
  src:  url('fonts/cpp.eot?9vk5or#iefix') format('embedded-opentype'),
    url('fonts/cpp.ttf?9vk5or') format('truetype'),
    url('fonts/cpp.woff?9vk5or') format('woff'),
    url('fonts/cpp.svg?9vk5or#cpp') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="cpp-"], [class*=" cpp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cpp' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cpp-cplusplus:before {
  content: "\e900";
  color: #00599c;
}
.cpp-embed:before {
  content: "\ea7f";
}
.cpp-embed2:before {
  content: "\ea80";
}
