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