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