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