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