@font-face {
  font-family:myfont;
  src: url('Samim.woff');
}
@font-face {
  font-family:myfontbold;
  src: url('Samim-Bold.woff');
}
span,p,input,h1,h2,h3,h4,h5,h6,input,button{
    font-family:myfont;
}