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