@font-face {
  font-family: 'MyWebFont';
  src: url('fonts/dfkai7.woff') format('woff');
}

.Text {
  font-family:'MyWebFont';
  font-size:18px;
}