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