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