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