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