Use on the webTotal Use [ 6994 ] times
1Add to the head section of web page.
  <link href="https://db.onlinewebfonts.com/c/8d93f5b5b1a189d96b370b8e6f709dec?family=Hantepy+Qablema" rel="stylesheet"> 
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
  @import url(https://db.onlinewebfonts.com/c/8d93f5b5b1a189d96b370b8e6f709dec?family=Hantepy+Qablema); 
orUse font-face declaration Fonts.(http | https)
@font-face {
    font-family: "Hantepy Qablema";
    src: url("https://db.onlinewebfonts.com/t/8d93f5b5b1a189d96b370b8e6f709dec.eot");
    src: url("https://db.onlinewebfonts.com/t/8d93f5b5b1a189d96b370b8e6f709dec.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/8d93f5b5b1a189d96b370b8e6f709dec.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/8d93f5b5b1a189d96b370b8e6f709dec.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/8d93f5b5b1a189d96b370b8e6f709dec.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/8d93f5b5b1a189d96b370b8e6f709dec.svg#Hantepy Qablema")format("svg");
}
 
2CSS rules to specify fonts 
  font-family: "Hantepy Qablema";