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