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