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