Use on the webTotal Use [ 6282 ] times
1Add to the head section of web page.
  <link href="https://db.onlinewebfonts.com/c/807a5a3c8da0553fcc2cdb21e12f6618?family=YfefaTXDYkdhid" 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/807a5a3c8da0553fcc2cdb21e12f6618?family=YfefaTXDYkdhid); 
orUse font-face declaration Fonts.(http | https)
@font-face {
    font-family: "YfefaTXDYkdhid";
    src: url("https://db.onlinewebfonts.com/t/807a5a3c8da0553fcc2cdb21e12f6618.eot");
    src: url("https://db.onlinewebfonts.com/t/807a5a3c8da0553fcc2cdb21e12f6618.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/807a5a3c8da0553fcc2cdb21e12f6618.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/807a5a3c8da0553fcc2cdb21e12f6618.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/807a5a3c8da0553fcc2cdb21e12f6618.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/807a5a3c8da0553fcc2cdb21e12f6618.svg#YfefaTXDYkdhid")format("svg");
}
 
2CSS rules to specify fonts 
  font-family: "YfefaTXDYkdhid";