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