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