سلام
این صفحه رو من نوشتم اما برای اعلام فونت از هاست مشکل دارم یعنی کد رو اشتباه نوشتم
از دوستان خواهش مندم اگه امکانش هست اصلاح کنن

HTML Code:

<html><head>
    <meta charset="UTF-8">
 
 
    <title>Domino OS</title>
 
 
 
 
        <style>
      html, body{
  height: 100%;
@font-face {
    font-family: 'byekan';
    src:url(fonts/byekan.ttf);
}
 
}
body { 
      background-image: url(<a href="http://arshal.ir/Desktop_Wallpaper1.jpg" target="_blank">http://arshal.ir/Desktop_Wallpaper1.jpg</a>) ;
      background-position: center center;
      background-repeat:  no-repeat;
      background-attachment: fixed;
      background-size:  cover;
      background-color: #999;
 
}
 
div, body{
  margin: 0;
  padding: 0;
  font-family: 'byekan', sans-serif;
 
}
.wrapper {
  height: 100%; 
  width: 100%; 
}
 
.message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:45%;
  bottom: 0; 
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 0.5em;
}
 
 
    </style>
 
    <script>
  window.console = window.console || function(t) {};
</script>
 
 
 
  </head>
 
  <body translate="no">
 
 
    <div id="Layer1" style="position:absolute;text-align:center;left:24%;top:6%;width:66%;height:43%;  z-index:2;">
<div id="Layer1_Container" style="width:644px;position:relative;margin-left:auto;margin-right:auto;text-align:left;">
<div id="wb_Text1" style="position:absolute;left:21px;top:12px;width:  593px;height:27px;text-align:center;z-index:0;">
<span  style="color:#000000;font-family: 'byekan',  sans-serif;font-size:24px;">به دومینو خوش  آمدید.</span></div>
<input type="submit" id="Button1"  name="" value="Login"  style="position:absolute;left:272px;top:153px;widt  h:96px;height:25px;z-index:1;">
</div>
</div>
 
 
 
    <script>
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage("resize", "*");
  }
</script>
 
 
</body></html>