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