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